Html Css Color HEX #525424 Army green

📋 copy color: '#525424'

red 82 ◦ green 84 ◦ blue 36

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

Shades of Army green #525424

Tints of Army green #525424

RGB

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

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

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

R = 40.59%
G = 41.58%
B = 17.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#525424 (or 0x525424) is known color: Army green. HEX triplet: 52, 54 and 24. RGB value is (82,84,36). Sum of RGB (Red+Green+Blue) = 82+84+36=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #525424 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525424 is #ADABDB. Grayscale: #4E4E4E. Windows color (decimal): -11381724 or 2380882. OLE color: 2380882.

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

Color convert

RGB 82 84 36 -
CMYK 0.02 0 0.57 0.67
HSL 62.5º 0.4% 0.24% -
HSV(B) 62.5º 0.57% 0.33% -
XYZ 6.97 8.26 2.9 -
YUV 77.93 104.34 130.9 -
System Red Green Blue C M Y K H S L
Decimal 82 84 36 0.02 0 0.57 0.67 62.5 0.4 0.24
Hex 52 54 24 2 0 39 43 3F 28 18
Octal 122 124 44 2 0 71 103 77 50 30
Binary 1010010 1010100 100100 10 0 111001 1000011 111111 101000 11000

Color Harmonies of #525424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525424

Black with #525424

Text Example


Text Example

White with #525424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525424; }

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

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

background-color css

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

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

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

border-color css

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

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

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