Html Css Color HEX #032521 Dark Green

📋 copy color: '#032521'

red 3 ◦ green 37 ◦ blue 33

#032521
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #032521

Tints of Dark Green #032521

RGB

 RED value IS 3 (1.56% from 255) = 4.11%

 GREEN value IS 37 (14.84% from 255) = 50.68%

 BLUE value IS 33 (13.28% from 255) = 45.21%

R = 4.11%
G = 50.68%
B = 45.21%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#032521 (or 0x032521) is known color: Dark Green. HEX triplet: 03, 25 and 21. RGB value is (3,37,33). Sum of RGB (Red+Green+Blue) = 3+37+33=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 33 (13.28% from 255 or 45.21% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #032521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032521 is #FCDADE. Grayscale: #1A1A1A. Windows color (decimal): -16571103 or 2172163. OLE color: 2172163.

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

Color convert

RGB 3 37 33 -
CMYK 0.92 0 0.11 0.85
HSL 172.94º 0.85% 0.08% -
HSV(B) 172.94º 0.92% 0.15% -
XYZ 0.97 1.45 1.67 -
YUV 26.38 131.74 111.33 -
System Red Green Blue C M Y K H S L
Decimal 3 37 33 0.92 0 0.11 0.85 172.94 0.85 0.08
Hex 3 25 21 5C 0 B 55 AD 55 8
Octal 3 45 41 134 0 13 125 255 125 10
Binary 11 100101 100001 1011100 0 1011 1010101 10101101 1010101 1000

Color Harmonies of #032521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032521

Black with #032521

Text Example


Text Example

White with #032521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032521; }

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

 H1.HeaderClassName
 {
   color: #032521;
 }
 .AnyTagClassName
 {
   color: #032521;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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