#093D16

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

Shades of Deep Fir #093D16

Tints of Deep Fir #093D16

Color information

#093D16 (or 0x093D16) is unknown color: approx Deep Fir. HEX triplet: 09, 3D and 16. RGB value is (9,61,22). Sum of RGB (Red+Green+Blue) = 9+61+22=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 61 (24.22% from 255 or 66.30% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 61 - color contains mainly: green. Hex color #093D16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093D16 is #F6C2E9. Grayscale: #292929. Windows color (decimal): -16171754 or 1457417. OLE color: 1457417.

HSL color Cylindrical-coordinate representation of color #093D16: hue angle of 135º 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 #093D16 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.76.

Color convert

RGB96122-
CMYK0.8500.640.76
HSL135º74.29%13.73%-
HSV(B)135º85.25%23.92%-
XYZ1.933.451.32-
YUV41.01117.27105.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.78%
GREEN value IS 61 (24.22% from 255) = 66.30%
BLUE value IS 22 (8.98% from 255) = 23.91%
R=9.78%
G=66.30%
B=23.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal961220.8500.640.7613574.2913.73
Hex93D16550404C874ae
Octal117526125010011420711216
Binary10011111011011010101010100000010011001000011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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