#032016

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

Shades of Dark Green #032016

Tints of Dark Green #032016

Color information

#032016 (or 0x032016) is unknown color: approx Dark Green. HEX triplet: 03, 20 and 16. RGB value is (3,32,22). Sum of RGB (Red+Green+Blue) = 3+32+22=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #032016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032016 is #FCDFE9. Grayscale: #161616. Windows color (decimal): -16572394 or 1449987. OLE color: 1449987.

HSL color Cylindrical-coordinate representation of color #032016: hue angle of 159.31º 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 #032016 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.87.

Color convert

RGB33222-
CMYK0.9100.310.87
HSL159.31º82.86%6.86%-
HSV(B)159.31º90.62%12.55%-
XYZ0.71.110.94-
YUV22.19127.89114.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.26%
GREEN value IS 32 (12.89% from 255) = 56.14%
BLUE value IS 22 (8.98% from 255) = 38.60%
R=5.26%
G=56.14%
B=38.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal332220.9100.310.87159.3182.866.86
Hex320165B01F579f537
Octal340261330371272371237
Binary111000001011010110110111111010111100111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032016; }

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

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

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

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

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

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

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

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