#094918

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

Shades of Deep Fir #094918

Tints of Deep Fir #094918

Color information

#094918 (or 0x094918) is unknown color: approx Deep Fir. HEX triplet: 09, 49 and 18. RGB value is (9,73,24). Sum of RGB (Red+Green+Blue) = 9+73+24=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 73 (28.91% from 255 or 68.87% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 73 - color contains mainly: green. Hex color #094918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094918 is #F6B6E7. Grayscale: #303030. Windows color (decimal): -16168680 or 1591561. OLE color: 1591561.

HSL color Cylindrical-coordinate representation of color #094918: hue angle of 134.06º 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 #094918 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB97324-
CMYK0.8800.670.71
HSL134.06º78.05%16.08%-
HSV(B)134.06º87.67%28.63%-
XYZ2.664.891.67-
YUV48.28114.399.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.49%
GREEN value IS 73 (28.91% from 255) = 68.87%
BLUE value IS 24 (9.77% from 255) = 22.64%
R=8.49%
G=68.87%
B=22.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal973240.8800.670.71134.0678.0516.08
Hex949185804347864e10
Octal1111130130010310720611620
Binary1001100100111000101100001000011100011110000110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094918; }

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

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

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

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

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

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

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

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