Html Css Color HEX #032320 Dark Green

📋 copy color: '#032320'

red 3 ◦ green 35 ◦ blue 32

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

Shades of Dark Green #032320

Tints of Dark Green #032320

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 value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#032320 (or 0x032320) is known color: 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

RGB 3 35 32 -
CMYK 0.91 0 0.09 0.86
HSL 174.38º 0.84% 0.07% -
HSV(B) 174.38º 0.91% 0.14% -
XYZ 0.9 1.33 1.57 -
YUV 25.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 3 35 32 0.91 0 0.09 0.86 174.38 0.84 0.07
Hex 3 23 20 5B 0 9 56 AE 54 7
Octal 3 43 40 133 0 11 126 256 124 7
Binary 11 100011 100000 1011011 0 1001 1010110 10101110 1010100 111

Color Harmonies of #032320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032320

Black with #032320

Text Example


Text Example

White with #032320

Text Example


Text Example

HTML Codes & Css Web 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>