#094016

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

Shades of Deep Fir #094016

Tints of Deep Fir #094016

Color information

#094016 (or 0x094016) is unknown color: approx Deep Fir. HEX triplet: 09, 40 and 16. RGB value is (9,64,22). Sum of RGB (Red+Green+Blue) = 9+64+22=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 64 (25.39% from 255 or 67.37% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 64 - color contains mainly: green. Hex color #094016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094016 is #F6BFE9. Grayscale: #2A2A2A. Windows color (decimal): -16170986 or 1458185. OLE color: 1458185.

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

Color convert

RGB96422-
CMYK0.8600.660.75
HSL134.18º75.34%14.31%-
HSV(B)134.18º85.94%25.1%-
XYZ2.093.781.38-
YUV42.77116.28103.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.47%
GREEN value IS 64 (25.39% from 255) = 67.37%
BLUE value IS 22 (8.98% from 255) = 23.16%
R=9.47%
G=67.37%
B=23.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal964220.8600.660.75134.1875.3414.31
Hex94016560424B864be
Octal1110026126010211320611316
Binary100110000001011010101100100001010010111000011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094016; }

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

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

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

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

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

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

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

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