Html Css Color HEX #525420 Army green

📋 copy color: '#525420'

red 82 ◦ green 84 ◦ blue 32

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

Shades of Army green #525420

Tints of Army green #525420

RGB

 RED value IS 82 (32.42% from 255) = 41.41%

 GREEN value IS 84 (33.2% from 255) = 42.42%

 BLUE value IS 32 (12.89% from 255) = 16.16%

R = 41.41%
G = 42.42%
B = 16.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#525420 (or 0x525420) is known color: Army green. HEX triplet: 52, 54 and 20. RGB value is (82,84,32). Sum of RGB (Red+Green+Blue) = 82+84+32=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #525420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525420 is #ADABDF. Grayscale: #4D4D4D. Windows color (decimal): -11381728 or 2118738. OLE color: 2118738.

HSL color Cylindrical-coordinate representation of color #525420: hue angle of 62.31º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #525420 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 84 32 -
CMYK 0.02 0 0.62 0.67
HSL 62.31º 0.45% 0.23% -
HSV(B) 62.31º 0.62% 0.33% -
XYZ 6.91 8.24 2.59 -
YUV 77.47 102.34 131.23 -
System Red Green Blue C M Y K H S L
Decimal 82 84 32 0.02 0 0.62 0.67 62.31 0.45 0.23
Hex 52 54 20 2 0 3E 43 3E 2D 17
Octal 122 124 40 2 0 76 103 76 55 27
Binary 1010010 1010100 100000 10 0 111110 1000011 111110 101101 10111

Color Harmonies of #525420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525420

Black with #525420

Text Example


Text Example

White with #525420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525420; }

 p { color: rgb(82,84,32); }

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

background-color css

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

 a { background-color: rgb(82,84,32); }

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

border-color css

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

 span { border-color: rgb(82,84,32); }

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