#094414

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

Shades of Deep Fir #094414

Tints of Deep Fir #094414

Color information

#094414 (or 0x094414) is unknown color: approx Deep Fir. HEX triplet: 09, 44 and 14. RGB value is (9,68,20). Sum of RGB (Red+Green+Blue) = 9+68+20=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 68 (26.95% from 255 or 70.10% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 68 - color contains mainly: green. Hex color #094414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094414 is #F6BBEB. Grayscale: #2D2D2D. Windows color (decimal): -16169964 or 1328137. OLE color: 1328137.

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

Color convert

RGB96820-
CMYK0.8700.710.73
HSL131.19º76.62%15.1%-
HSV(B)131.19º86.76%26.67%-
XYZ2.314.241.36-
YUV44.89113.95102.4-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.28%
GREEN value IS 68 (26.95% from 255) = 70.10%
BLUE value IS 20 (8.20% from 255) = 20.62%
R=9.28%
G=70.10%
B=20.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal968200.8700.710.73131.1976.6215.1
Hex944145704749834df
Octal1110424127010711120311517
Binary100110001001010010101110100011110010011000001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094414; }

 p { color: rgb(9,68,20); }

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

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

 a { background-color: rgb(9,68,20); }

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

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

 span { border-color: rgb(9,68,20); }

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