#094312

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

Shades of Deep Fir #094312

Tints of Deep Fir #094312

Color information

#094312 (or 0x094312) is unknown color: approx Deep Fir. HEX triplet: 09, 43 and 12. RGB value is (9,67,18). Sum of RGB (Red+Green+Blue) = 9+67+18=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 67 (26.56% from 255 or 71.28% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 67 - color contains mainly: green. Hex color #094312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094312 is #F6BCED. Grayscale: #2C2C2C. Windows color (decimal): -16170222 or 1196809. OLE color: 1196809.

HSL color Cylindrical-coordinate representation of color #094312: hue angle of 129.31º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094312 is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB96718-
CMYK0.8700.730.74
HSL129.31º76.32%14.9%-
HSV(B)129.31º86.57%26.27%-
XYZ2.234.121.25-
YUV44.07113.28102.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.57%
GREEN value IS 67 (26.56% from 255) = 71.28%
BLUE value IS 18 (7.42% from 255) = 19.15%
R=9.57%
G=71.28%
B=19.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal967180.8700.730.74129.3176.3214.9
Hex94312570494A814cf
Octal1110322127011111220111417
Binary100110000111001010101110100100110010101000000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094312; }

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

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

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

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

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

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

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

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