#032116

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

Shades of Dark Green #032116

Tints of Dark Green #032116

Color information

#032116 (or 0x032116) is unknown color: approx Dark Green. HEX triplet: 03, 21 and 16. RGB value is (3,33,22). Sum of RGB (Red+Green+Blue) = 3+33+22=58 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.17% from 58); Green value is 33 (13.28% from 255 or 56.90% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 33 - color contains mainly: green. Hex color #032116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032116 is #FCDEE9. Grayscale: #161616. Windows color (decimal): -16572138 or 1450243. OLE color: 1450243.

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

Color convert

RGB33322-
CMYK0.9100.330.87
HSL158º83.33%7.06%-
HSV(B)158º90.91%12.94%-
XYZ0.731.160.95-
YUV22.78127.56113.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.17%
GREEN value IS 33 (13.28% from 255) = 56.90%
BLUE value IS 22 (8.98% from 255) = 37.93%
R=5.17%
G=56.90%
B=37.93%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333220.9100.330.8715883.337.06
Hex321165B021579e537
Octal341261330411272361237
Binary1110000110110101101101000011010111100111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032116; }

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

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

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

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

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

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

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

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