#082016

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

Shades of Dark Green #082016

Tints of Dark Green #082016

Color information

#082016 (or 0x082016) is unknown color: approx Dark Green. HEX triplet: 08, 20 and 16. RGB value is (8,32,22). Sum of RGB (Red+Green+Blue) = 8+32+22=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 32 (12.89% from 255 or 51.61% from 62); Blue value is 22 (8.98% from 255 or 35.48% from 62); Max value from RGB is 32 - color contains mainly: green. Hex color #082016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082016 is #F7DFE9. Grayscale: #171717. Windows color (decimal): -16244714 or 1449992. OLE color: 1449992.

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

Color convert

RGB83222-
CMYK0.7500.310.87
HSL155º60%7.84%-
HSV(B)155º75%12.55%-
XYZ0.761.140.94-
YUV23.68127.05116.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.90%
GREEN value IS 32 (12.89% from 255) = 51.61%
BLUE value IS 22 (8.98% from 255) = 35.48%
R=12.90%
G=51.61%
B=35.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal832220.7500.310.87155607.84
Hex820164B01F579b3c8
Octal1040261130371272337410
Binary10001000001011010010110111111010111100110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082016; }

 p { color: rgb(8,32,22); }

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

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

 a { background-color: rgb(8,32,22); }

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

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

 span { border-color: rgb(8,32,22); }

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