#032620

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

Shades of Dark Green #032620

Tints of Dark Green #032620

Color information

#032620 (or 0x032620) is unknown color: approx Dark Green. HEX triplet: 03, 26 and 20. RGB value is (3,38,32). Sum of RGB (Red+Green+Blue) = 3+38+32=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 38 (15.23% from 255 or 52.05% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 38 - color contains mainly: green. Hex color #032620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032620 is #FCD9DF. Grayscale: #1A1A1A. Windows color (decimal): -16570848 or 2106883. OLE color: 2106883.

HSL color Cylindrical-coordinate representation of color #032620: hue angle of 169.71º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #032620 is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB33832-
CMYK0.9200.160.85
HSL169.71º85.37%8.04%-
HSV(B)169.71º92.11%14.9%-
XYZ0.991.511.61-
YUV26.85130.9110.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.11%
GREEN value IS 38 (15.23% from 255) = 52.05%
BLUE value IS 32 (12.89% from 255) = 43.84%
R=4.11%
G=52.05%
B=43.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal338320.9200.160.85169.7185.378.04
Hex326205C01055aa558
Octal3464013402012525212510
Binary11100110100000101110001000010101011010101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032620; }

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

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

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

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

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

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

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

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