Html Css Color HEX #525620 Army green

📋 copy color: '#525620'

red 82 ◦ green 86 ◦ blue 32

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

Shades of Army green #525620

Tints of Army green #525620

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43%

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

R = 41%
G = 43%
B = 16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#525620 (or 0x525620) is known color: Army green. HEX triplet: 52, 56 and 20. RGB value is (82,86,32). Sum of RGB (Red+Green+Blue) = 82+86+32=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 86 - color contains mainly: green. Hex color #525620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525620 is #ADA9DF. Grayscale: #4E4E4E. Windows color (decimal): -11381216 or 2119250. OLE color: 2119250.

HSL color Cylindrical-coordinate representation of color #525620: hue angle of 64.44º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #525620 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 86 32 -
CMYK 0.05 0 0.63 0.66
HSL 64.44º 0.46% 0.23% -
HSV(B) 64.44º 0.63% 0.34% -
XYZ 7.07 8.55 2.64 -
YUV 78.65 101.67 130.39 -
System Red Green Blue C M Y K H S L
Decimal 82 86 32 0.05 0 0.63 0.66 64.44 0.46 0.23
Hex 52 56 20 5 0 3F 42 40 2E 17
Octal 122 126 40 5 0 77 102 100 56 27
Binary 1010010 1010110 100000 101 0 111111 1000010 1000000 101110 10111

Color Harmonies of #525620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525620

Black with #525620

Text Example


Text Example

White with #525620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525620; }

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

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

background-color css

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

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

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

border-color css

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

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

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