#082416

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

Shades of Dark Green #082416

Tints of Dark Green #082416

Color information

#082416 (or 0x082416) is unknown color: approx Dark Green. HEX triplet: 08, 24 and 16. RGB value is (8,36,22). Sum of RGB (Red+Green+Blue) = 8+36+22=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 36 (14.45% from 255 or 54.55% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 36 - color contains mainly: green. Hex color #082416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082416 is #F7DBE9. Grayscale: #1A1A1A. Windows color (decimal): -16243690 or 1451016. OLE color: 1451016.

HSL color Cylindrical-coordinate representation of color #082416: hue angle of 150º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #082416 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.86.

Color convert

RGB83622-
CMYK0.7800.390.86
HSL150º63.64%8.63%-
HSV(B)150º77.78%14.12%-
XYZ0.881.370.98-
YUV26.03125.72115.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.12%
GREEN value IS 36 (14.45% from 255) = 54.55%
BLUE value IS 22 (8.98% from 255) = 33.33%
R=12.12%
G=54.55%
B=33.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal836220.7800.390.8615063.648.63
Hex824164E0275696409
Octal10442611604712622610011
Binary1000100100101101001110010011110101101001011010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082416; }

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

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

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

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

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

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

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

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