#081911

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

Shades of Dark Green #081911

Tints of Dark Green #081911

Color information

#081911 (or 0x081911) is unknown color: approx Dark Green. HEX triplet: 08, 19 and 11. RGB value is (8,25,17). Sum of RGB (Red+Green+Blue) = 8+25+17=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 25 (10.16% from 255 or 50% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 25 - color contains mainly: green. Hex color #081911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081911 is #F7E6EE. Grayscale: #131313. Windows color (decimal): -16246511 or 1120520. OLE color: 1120520.

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

Color convert

RGB82517-
CMYK0.6800.320.90
HSL151.76º51.52%6.47%-
HSV(B)151.76º68%9.8%-
XYZ0.550.790.65-
YUV19126.87120.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16%
GREEN value IS 25 (10.16% from 255) = 50%
BLUE value IS 17 (7.03% from 255) = 34%
R=16%
G=50%
B=34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal825170.6800.320.90151.7651.526.47
Hex81911440205A98346
Octal103121104040132230646
Binary1000110011000110001000100000101101010011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081911; }

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

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

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

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

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

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

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

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