#093E11

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

Shades of Deep Fir #093E11

Tints of Deep Fir #093E11

Color information

#093E11 (or 0x093E11) is unknown color: approx Deep Fir. HEX triplet: 09, 3E and 11. RGB value is (9,62,17). Sum of RGB (Red+Green+Blue) = 9+62+17=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 62 (24.61% from 255 or 70.45% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 62 - color contains mainly: green. Hex color #093E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093E11 is #F6C1EE. Grayscale: #292929. Windows color (decimal): -16171503 or 1129993. OLE color: 1129993.

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

Color convert

RGB96217-
CMYK0.8500.730.76
HSL129.06º74.65%13.92%-
HSV(B)129.06º85.48%24.31%-
XYZ1.943.541.11-
YUV41.02114.44105.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.23%
GREEN value IS 62 (24.61% from 255) = 70.45%
BLUE value IS 17 (7.03% from 255) = 19.32%
R=10.23%
G=70.45%
B=19.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal962170.8500.730.76129.0674.6513.92
Hex93E11550494C814be
Octal117621125011111420111316
Binary10011111101000110101010100100110011001000000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,62,17); }

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

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

 a { background-color: rgb(9,62,17); }

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

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

 span { border-color: rgb(9,62,17); }

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