#094014

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

Shades of Deep Fir #094014

Tints of Deep Fir #094014

Color information

#094014 (or 0x094014) is unknown color: approx Deep Fir. HEX triplet: 09, 40 and 14. RGB value is (9,64,20). Sum of RGB (Red+Green+Blue) = 9+64+20=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 64 (25.39% from 255 or 68.82% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 64 - color contains mainly: green. Hex color #094014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094014 is #F6BFEB. Grayscale: #2A2A2A. Windows color (decimal): -16170988 or 1327113. OLE color: 1327113.

HSL color Cylindrical-coordinate representation of color #094014: hue angle of 132º 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 #094014 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB96420-
CMYK0.8600.690.75
HSL132º75.34%14.31%-
HSV(B)132º85.94%25.1%-
XYZ2.073.781.28-
YUV42.54115.28104.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.68%
GREEN value IS 64 (25.39% from 255) = 68.82%
BLUE value IS 20 (8.20% from 255) = 21.51%
R=9.68%
G=68.82%
B=21.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal964200.8600.690.7513275.3414.31
Hex94014560454B844be
Octal1110024126010511320411316
Binary100110000001010010101100100010110010111000010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094014; }

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

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

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

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

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

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

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

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