#082116

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

Shades of Dark Green #082116

Tints of Dark Green #082116

Color information

#082116 (or 0x082116) is unknown color: approx Dark Green. HEX triplet: 08, 21 and 16. RGB value is (8,33,22). Sum of RGB (Red+Green+Blue) = 8+33+22=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 22 (8.98% from 255 or 34.92% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #082116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082116 is #F7DEE9. Grayscale: #181818. Windows color (decimal): -16244458 or 1450248. OLE color: 1450248.

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

Color convert

RGB83322-
CMYK0.7600.330.87
HSL153.6º60.98%8.04%-
HSV(B)153.6º75.76%12.94%-
XYZ0.791.20.95-
YUV24.27126.72116.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.70%
GREEN value IS 33 (13.28% from 255) = 52.38%
BLUE value IS 22 (8.98% from 255) = 34.92%
R=12.70%
G=52.38%
B=34.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal833220.7600.330.87153.660.988.04
Hex821164C021579a3d8
Octal1041261140411272327510
Binary100010000110110100110001000011010111100110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082116; }

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

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

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

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

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

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

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

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