#092011

Color #092011 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #092011

Tints of Dark Green #092011

Color information

#092011 (or 0x092011) is unknown color: approx Dark Green. HEX triplet: 09, 20 and 11. RGB value is (9,32,17). Sum of RGB (Red+Green+Blue) = 9+32+17=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #092011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092011 is #F6DFEE. Grayscale: #171717. Windows color (decimal): -16179183 or 1122313. OLE color: 1122313.

HSL color Cylindrical-coordinate representation of color #092011: hue angle of 140.87º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #092011 is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.87.

Color convert

RGB93217-
CMYK0.7200.470.87
HSL140.87º56.1%8.04%-
HSV(B)140.87º71.88%12.55%-
XYZ0.731.130.71-
YUV23.41124.38117.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15.52%
GREEN value IS 32 (12.89% from 255) = 55.17%
BLUE value IS 17 (7.03% from 255) = 29.31%
R=15.52%
G=55.17%
B=29.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal932170.7200.470.87140.8756.18.04
Hex920114802F578d388
Octal1140211100571272157010
Binary100110000010001100100001011111010111100011011110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092011; }

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

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

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

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

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

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

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

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