#093916

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

Shades of Deep Fir #093916

Tints of Deep Fir #093916

Color information

#093916 (or 0x093916) is unknown color: approx Deep Fir. HEX triplet: 09, 39 and 16. RGB value is (9,57,22). Sum of RGB (Red+Green+Blue) = 9+57+22=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 57 (22.66% from 255 or 64.77% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 57 - color contains mainly: green. Hex color #093916 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093916 is #F6C6E9. Grayscale: #262626. Windows color (decimal): -16172778 or 1456393. OLE color: 1456393.

HSL color Cylindrical-coordinate representation of color #093916: hue angle of 136.25º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093916 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB95722-
CMYK0.8400.610.78
HSL136.25º72.73%12.94%-
HSV(B)136.25º84.21%22.35%-
XYZ1.723.041.26-
YUV38.66118.6106.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.23%
GREEN value IS 57 (22.66% from 255) = 64.77%
BLUE value IS 22 (8.98% from 255) = 25%
R=10.23%
G=64.77%
B=25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal957220.8400.610.78136.2572.7312.94
Hex939165403D4E8849d
Octal11712612407511621011115
Binary1001111001101101010100011110110011101000100010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093916; }

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

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

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

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

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

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

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

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