#093E14

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

Shades of Deep Fir #093E14

Tints of Deep Fir #093E14

Color information

#093E14 (or 0x093E14) is unknown color: approx Deep Fir. HEX triplet: 09, 3E and 14. RGB value is (9,62,20). Sum of RGB (Red+Green+Blue) = 9+62+20=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 62 (24.61% from 255 or 68.13% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 62 - color contains mainly: green. Hex color #093E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093E14 is #F6C1EB. Grayscale: #292929. Windows color (decimal): -16171500 or 1326601. OLE color: 1326601.

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

Color convert

RGB96220-
CMYK0.8500.680.76
HSL132.45º74.65%13.92%-
HSV(B)132.45º85.48%24.31%-
XYZ1.963.551.24-
YUV41.36115.94104.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.89%
GREEN value IS 62 (24.61% from 255) = 68.13%
BLUE value IS 20 (8.20% from 255) = 21.98%
R=9.89%
G=68.13%
B=21.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal962200.8500.680.76132.4574.6513.92
Hex93E14550444C844be
Octal117624125010411420411316
Binary10011111101010010101010100010010011001000010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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