Html Css Color HEX #525524 Army green

📋 copy color: '#525524'

red 82 ◦ green 85 ◦ blue 36

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

Shades of Army green #525524

Tints of Army green #525524

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.87%

 BLUE value IS 36 (14.45% from 255) = 17.73%

R = 40.39%
G = 41.87%
B = 17.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#525524 (or 0x525524) is known color: Army green. HEX triplet: 52, 55 and 24. RGB value is (82,85,36). Sum of RGB (Red+Green+Blue) = 82+85+36=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #525524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525524 is #ADAADB. Grayscale: #4E4E4E. Windows color (decimal): -11381468 or 2381138. OLE color: 2381138.

HSL color Cylindrical-coordinate representation of color #525524: hue angle of 63.67º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #525524 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 85 36 -
CMYK 0.04 0 0.58 0.67
HSL 63.67º 0.4% 0.24% -
HSV(B) 63.67º 0.58% 0.33% -
XYZ 7.05 8.42 2.92 -
YUV 78.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 82 85 36 0.04 0 0.58 0.67 63.67 0.4 0.24
Hex 52 55 24 4 0 3A 43 40 28 18
Octal 122 125 44 4 0 72 103 100 50 30
Binary 1010010 1010101 100100 100 0 111010 1000011 1000000 101000 11000

Color Harmonies of #525524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525524

Black with #525524

Text Example


Text Example

White with #525524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525524; }

 p { color: rgb(82,85,36); }

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

background-color css

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

 a { background-color: rgb(82,85,36); }

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

border-color css

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

 span { border-color: rgb(82,85,36); }

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