#032316

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

Shades of Dark Green #032316

Tints of Dark Green #032316

Color information

#032316 (or 0x032316) is unknown color: approx Dark Green. HEX triplet: 03, 23 and 16. RGB value is (3,35,22). Sum of RGB (Red+Green+Blue) = 3+35+22=60 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5% from 60); Green value is 35 (14.06% from 255 or 58.33% from 60); Blue value is 22 (8.98% from 255 or 36.67% from 60); Max value from RGB is 35 - color contains mainly: green. Hex color #032316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032316 is #FCDCE9. Grayscale: #171717. Windows color (decimal): -16571626 or 1450755. OLE color: 1450755.

HSL color Cylindrical-coordinate representation of color #032316: hue angle of 155.62º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #032316 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.86.

Color convert

RGB33522-
CMYK0.9100.370.86
HSL155.62º84.21%7.45%-
HSV(B)155.62º91.43%13.73%-
XYZ0.781.280.96-
YUV23.95126.9113.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5%
GREEN value IS 35 (14.06% from 255) = 58.33%
BLUE value IS 22 (8.98% from 255) = 36.67%
R=5%
G=58.33%
B=36.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal335220.9100.370.86155.6284.217.45
Hex323165B025569c547
Octal343261330451262341247
Binary1110001110110101101101001011010110100111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032316; }

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

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

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

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

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

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

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

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