#094214

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

Shades of Deep Fir #094214

Tints of Deep Fir #094214

Color information

#094214 (or 0x094214) is unknown color: approx Deep Fir. HEX triplet: 09, 42 and 14. RGB value is (9,66,20). Sum of RGB (Red+Green+Blue) = 9+66+20=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 66 (26.17% from 255 or 69.47% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 66 - color contains mainly: green. Hex color #094214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094214 is #F6BDEB. Grayscale: #2B2B2B. Windows color (decimal): -16170476 or 1327625. OLE color: 1327625.

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

Color convert

RGB96620-
CMYK0.8600.700.74
HSL131.58º76%14.71%-
HSV(B)131.58º86.36%25.88%-
XYZ2.194.011.32-
YUV43.71114.62103.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.47%
GREEN value IS 66 (26.17% from 255) = 69.47%
BLUE value IS 20 (8.20% from 255) = 21.05%
R=9.47%
G=69.47%
B=21.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal966200.8600.700.74131.587614.71
Hex94214560464A844cf
Octal1110224126010611220411417
Binary100110000101010010101100100011010010101000010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094214; }

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

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

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

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

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

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

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

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