#094A18

Color #094A18 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #094A18

Tints of Deep Fir #094A18

Color information

#094A18 (or 0x094A18) is unknown color: approx Deep Fir. HEX triplet: 09, 4A and 18. RGB value is (9,74,24). Sum of RGB (Red+Green+Blue) = 9+74+24=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 74 (29.30% from 255 or 69.16% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 74 - color contains mainly: green. Hex color #094A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094A18 is #F6B5E7. Grayscale: #313131. Windows color (decimal): -16168424 or 1591817. OLE color: 1591817.

HSL color Cylindrical-coordinate representation of color #094A18: hue angle of 133.85º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094A18 is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB97424-
CMYK0.8800.680.71
HSL133.85º78.31%16.27%-
HSV(B)133.85º87.84%29.02%-
XYZ2.735.021.69-
YUV48.86113.9799.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.41%
GREEN value IS 74 (29.30% from 255) = 69.16%
BLUE value IS 24 (9.77% from 255) = 22.43%
R=8.41%
G=69.16%
B=22.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal974240.8800.680.71133.8578.3116.27
Hex94A185804447864e10
Octal1111230130010410720611620
Binary1001100101011000101100001000100100011110000110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094A18; }

 p { color: rgb(9,74,24); }

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

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

 a { background-color: rgb(9,74,24); }

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

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

 span { border-color: rgb(9,74,24); }

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