#032522

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

Shades of Dark Green #032522

Tints of Dark Green #032522

Color information

#032522 (or 0x032522) is unknown color: approx Dark Green. HEX triplet: 03, 25 and 22. RGB value is (3,37,34). Sum of RGB (Red+Green+Blue) = 3+37+34=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 34 (13.67% from 255 or 45.95% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #032522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032522 is #FCDADD. Grayscale: #1A1A1A. Windows color (decimal): -16571102 or 2237699. OLE color: 2237699.

HSL color Cylindrical-coordinate representation of color #032522: hue angle of 174.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 #032522 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB33734-
CMYK0.9200.080.85
HSL174.71º85%7.84%-
HSV(B)174.71º91.89%14.51%-
XYZ0.991.461.74-
YUV26.49132.24111.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.05%
GREEN value IS 37 (14.84% from 255) = 50%
BLUE value IS 34 (13.67% from 255) = 45.95%
R=4.05%
G=50%
B=45.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal337340.9200.080.85174.71857.84
Hex325225C0855af558
Octal3454213401012525712510
Binary1110010110001010111000100010101011010111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032522; }

 p { color: rgb(3,37,34); }

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

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

 a { background-color: rgb(3,37,34); }

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

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

 span { border-color: rgb(3,37,34); }

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