#093C16

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

Shades of Deep Fir #093C16

Tints of Deep Fir #093C16

Color information

#093C16 (or 0x093C16) is unknown color: approx Deep Fir. HEX triplet: 09, 3C and 16. RGB value is (9,60,22). Sum of RGB (Red+Green+Blue) = 9+60+22=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 60 (23.83% from 255 or 65.93% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 60 - color contains mainly: green. Hex color #093C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093C16 is #F6C3E9. Grayscale: #282828. Windows color (decimal): -16172010 or 1457161. OLE color: 1457161.

HSL color Cylindrical-coordinate representation of color #093C16: hue angle of 135.29º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093C16 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.

Color convert

RGB96022-
CMYK0.8500.630.76
HSL135.29º73.91%13.53%-
HSV(B)135.29º85%23.53%-
XYZ1.873.351.31-
YUV40.42117.6105.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.89%
GREEN value IS 60 (23.83% from 255) = 65.93%
BLUE value IS 22 (8.98% from 255) = 24.18%
R=9.89%
G=65.93%
B=24.18%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal960220.8500.630.76135.2973.9113.53
Hex93C165503F4C874ae
Octal11742612507711420711216
Binary1001111100101101010101011111110011001000011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093C16; }

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

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

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

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

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

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

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

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