#093917

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

Shades of Deep Fir #093917

Tints of Deep Fir #093917

Color information

#093917 (or 0x093917) is unknown color: approx Deep Fir. HEX triplet: 09, 39 and 17. RGB value is (9,57,23). Sum of RGB (Red+Green+Blue) = 9+57+23=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 57 (22.66% from 255 or 64.04% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 57 - color contains mainly: green. Hex color #093917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093917 is #F6C6E8. Grayscale: #262626. Windows color (decimal): -16172777 or 1521929. OLE color: 1521929.

HSL color Cylindrical-coordinate representation of color #093917: hue angle of 137.5º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093917 is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.78.

Color convert

RGB95723-
CMYK0.8400.600.78
HSL137.5º72.73%12.94%-
HSV(B)137.5º84.21%22.35%-
XYZ1.733.051.31-
YUV38.77119.1106.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.11%
GREEN value IS 57 (22.66% from 255) = 64.04%
BLUE value IS 23 (9.38% from 255) = 25.84%
R=10.11%
G=64.04%
B=25.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal957230.8400.600.78137.572.7312.94
Hex939175403C4E8a49d
Octal11712712407411621211115
Binary1001111001101111010100011110010011101000101010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093917; }

 p { color: rgb(9,57,23); }

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

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

 a { background-color: rgb(9,57,23); }

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

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

 span { border-color: rgb(9,57,23); }

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