#091911

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

Shades of Dark Green #091911

Tints of Dark Green #091911

Color information

#091911 (or 0x091911) is unknown color: approx Dark Green. HEX triplet: 09, 19 and 11. RGB value is (9,25,17). Sum of RGB (Red+Green+Blue) = 9+25+17=51 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.65% from 51); Green value is 25 (10.16% from 255 or 49.02% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 25 - color contains mainly: green. Hex color #091911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091911 is #F6E6EE. Grayscale: #131313. Windows color (decimal): -16180975 or 1120521. OLE color: 1120521.

HSL color Cylindrical-coordinate representation of color #091911: hue angle of 150º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #091911 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.90.

Color convert

RGB92517-
CMYK0.6400.320.90
HSL150º47.06%6.67%-
HSV(B)150º64%9.8%-
XYZ0.560.790.65-
YUV19.3126.7120.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 17.65%
GREEN value IS 25 (10.16% from 255) = 49.02%
BLUE value IS 17 (7.03% from 255) = 33.33%
R=17.65%
G=49.02%
B=33.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal925170.6400.320.9015047.066.67
Hex91911400205A962f7
Octal113121100040132226577
Binary1001110011000110000000100000101101010010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091911; }

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

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

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

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

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

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

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

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