#093911

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

Shades of Deep Fir #093911

Tints of Deep Fir #093911

Color information

#093911 (or 0x093911) is unknown color: approx Deep Fir. HEX triplet: 09, 39 and 11. RGB value is (9,57,17). Sum of RGB (Red+Green+Blue) = 9+57+17=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 57 (22.66% from 255 or 68.67% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 57 - color contains mainly: green. Hex color #093911 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093911 is #F6C6EE. Grayscale: #262626. Windows color (decimal): -16172783 or 1128713. OLE color: 1128713.

HSL color Cylindrical-coordinate representation of color #093911: hue angle of 130º 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 #093911 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB95717-
CMYK0.8400.700.78
HSL130º72.73%12.94%-
HSV(B)130º84.21%22.35%-
XYZ1.683.021.03-
YUV38.09116.1107.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.84%
GREEN value IS 57 (22.66% from 255) = 68.67%
BLUE value IS 17 (7.03% from 255) = 20.48%
R=10.84%
G=68.67%
B=20.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal957170.8400.700.7813072.7312.94
Hex93911540464E8249d
Octal117121124010611620211115
Binary10011110011000110101000100011010011101000001010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093911; }

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

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

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

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

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

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

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

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