#094845

Color #094845 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #094845

Tints of Cyprus #094845

Color information

#094845 (or 0x094845) is unknown color: approx Cyprus. HEX triplet: 09, 48 and 45. RGB value is (9,72,69). Sum of RGB (Red+Green+Blue) = 9+72+69=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 69 (27.34% from 255 or 46% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #094845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094845 is #F6B7BA. Grayscale: #343434. Windows color (decimal): -16168891 or 4540425. OLE color: 4540425.

HSL color Cylindrical-coordinate representation of color #094845: hue angle of 177.14º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094845 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB97269-
CMYK0.8800.040.72
HSL177.14º77.78%15.88%-
HSV(B)177.14º87.5%28.24%-
XYZ3.55.126.43-
YUV52.82137.1396.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 6%
GREEN value IS 72 (28.52% from 255) = 48%
BLUE value IS 69 (27.34% from 255) = 46%
R=6%
G=48%
B=46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal972690.8800.040.72177.1477.7815.88
Hex94845580448b14e10
Octal111101051300411026111620
Binary10011001000100010110110000100100100010110001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094845; }

 p { color: rgb(9,72,69); }

 H1.HeaderClassName
 {
   color: #094845;
 }
 .AnyTagClassName
 {
   color: #094845;
 }
</style>
background-color css

<style>
 a { background-color: #094845; }

 a { background-color: rgb(9,72,69); }

 div.DivClassName
 {
   background-color: #094845;
 }
 .BgClassName
 {
   background-color: #094845;
 }
</style>
border-color css

<style>
 span { border-color: #094845; }

 span { border-color: rgb(9,72,69); }

 td.TdClassName
 {
   border-color: #094845;
 }
 .TagClassName
 {
   border-color: #094845;
 }
</style>