#094A16

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

Shades of Deep Fir #094A16

Tints of Deep Fir #094A16

Color information

#094A16 (or 0x094A16) is unknown color: approx Deep Fir. HEX triplet: 09, 4A and 16. RGB value is (9,74,22). Sum of RGB (Red+Green+Blue) = 9+74+22=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 74 (29.30% from 255 or 70.48% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 74 - color contains mainly: green. Hex color #094A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094A16 is #F6B5E9. Grayscale: #303030. Windows color (decimal): -16168426 or 1460745. OLE color: 1460745.

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

Color convert

RGB97422-
CMYK0.8800.700.71
HSL132º78.31%16.27%-
HSV(B)132º87.84%29.02%-
XYZ2.715.011.58-
YUV48.64112.9799.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.57%
GREEN value IS 74 (29.30% from 255) = 70.48%
BLUE value IS 22 (8.98% from 255) = 20.95%
R=8.57%
G=70.48%
B=20.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal974220.8800.700.7113278.3116.27
Hex94A165804647844e10
Octal1111226130010610720411620
Binary1001100101010110101100001000110100011110000100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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