#094012

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

Shades of Deep Fir #094012

Tints of Deep Fir #094012

Color information

#094012 (or 0x094012) is unknown color: approx Deep Fir. HEX triplet: 09, 40 and 12. RGB value is (9,64,18). Sum of RGB (Red+Green+Blue) = 9+64+18=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 64 (25.39% from 255 or 70.33% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 64 - color contains mainly: green. Hex color #094012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094012 is #F6BFED. Grayscale: #2A2A2A. Windows color (decimal): -16170990 or 1196041. OLE color: 1196041.

HSL color Cylindrical-coordinate representation of color #094012: hue angle of 129.82º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094012 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB96418-
CMYK0.8600.720.75
HSL129.82º75.34%14.31%-
HSV(B)129.82º85.94%25.1%-
XYZ2.063.771.19-
YUV42.31114.28104.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.89%
GREEN value IS 64 (25.39% from 255) = 70.33%
BLUE value IS 18 (7.42% from 255) = 19.78%
R=9.89%
G=70.33%
B=19.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal964180.8600.720.75129.8275.3414.31
Hex94012560484B824be
Octal1110022126011011320211316
Binary100110000001001010101100100100010010111000001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094012; }

 p { color: rgb(9,64,18); }

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

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

 a { background-color: rgb(9,64,18); }

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

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

 span { border-color: rgb(9,64,18); }

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