#032320

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

Shades of Dark Green #032320

Tints of Dark Green #032320

Color information

#032320 (or 0x032320) is unknown color: approx Dark Green. HEX triplet: 03, 23 and 20. RGB value is (3,35,32). Sum of RGB (Red+Green+Blue) = 3+35+32=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 35 (14.06% from 255 or 50% from 70); Blue value is 32 (12.89% from 255 or 45.71% from 70); Max value from RGB is 35 - color contains mainly: green. Hex color #032320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032320 is #FCDCDF. Grayscale: #191919. Windows color (decimal): -16571616 or 2106115. OLE color: 2106115.

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

Color convert

RGB33532-
CMYK0.9100.090.86
HSL174.38º84.21%7.45%-
HSV(B)174.38º91.43%13.73%-
XYZ0.91.331.57-
YUV25.09131.9112.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.29%
GREEN value IS 35 (14.06% from 255) = 50%
BLUE value IS 32 (12.89% from 255) = 45.71%
R=4.29%
G=50%
B=45.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal335320.9100.090.86174.3884.217.45
Hex323205B0956ae547
Octal343401330111262561247
Binary111000111000001011011010011010110101011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032320; }

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

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

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

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

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

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

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

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