Html Css Color HEX #525920 Army green

📋 copy color: '#525920'

red 82 ◦ green 89 ◦ blue 32

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

Shades of Army green #525920

Tints of Army green #525920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.84%

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

R = 40.39%
G = 43.84%
B = 15.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#525920 (or 0x525920) is known color: Army green. HEX triplet: 52, 59 and 20. RGB value is (82,89,32). Sum of RGB (Red+Green+Blue) = 82+89+32=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 89 - color contains mainly: green. Hex color #525920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525920 is #ADA6DF. Grayscale: #505050. Windows color (decimal): -11380448 or 2120018. OLE color: 2120018.

HSL color Cylindrical-coordinate representation of color #525920: hue angle of 67.37º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #525920 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 89 32 -
CMYK 0.08 0 0.64 0.65
HSL 67.37º 0.47% 0.24% -
HSV(B) 67.37º 0.64% 0.35% -
XYZ 7.31 9.04 2.73 -
YUV 80.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 82 89 32 0.08 0 0.64 0.65 67.37 0.47 0.24
Hex 52 59 20 8 0 40 41 43 2F 18
Octal 122 131 40 10 0 100 101 103 57 30
Binary 1010010 1011001 100000 1000 0 1000000 1000001 1000011 101111 11000

Color Harmonies of #525920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525920

Black with #525920

Text Example


Text Example

White with #525920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525920; }

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

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

background-color css

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

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

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

border-color css

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

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

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