#093D15

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

Shades of Deep Fir #093D15

Tints of Deep Fir #093D15

Color information

#093D15 (or 0x093D15) is unknown color: approx Deep Fir. HEX triplet: 09, 3D and 15. RGB value is (9,61,21). Sum of RGB (Red+Green+Blue) = 9+61+21=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 61 (24.22% from 255 or 67.03% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 61 - color contains mainly: green. Hex color #093D15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093D15 is #F6C2EA. Grayscale: #292929. Windows color (decimal): -16171755 or 1391881. OLE color: 1391881.

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

Color convert

RGB96121-
CMYK0.8500.660.76
HSL133.85º74.29%13.73%-
HSV(B)133.85º85.25%23.92%-
XYZ1.923.451.27-
YUV40.89116.77105.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.89%
GREEN value IS 61 (24.22% from 255) = 67.03%
BLUE value IS 21 (8.59% from 255) = 23.08%
R=9.89%
G=67.03%
B=23.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal961210.8500.660.76133.8574.2913.73
Hex93D15550424C864ae
Octal117525125010211420611216
Binary10011111011010110101010100001010011001000011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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