Html Css Color HEX #525820 Army green

📋 copy color: '#525820'

red 82 ◦ green 88 ◦ blue 32

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

Shades of Army green #525820

Tints of Army green #525820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.56%

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

R = 40.59%
G = 43.56%
B = 15.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#525820 (or 0x525820) is known color: Army green. HEX triplet: 52, 58 and 20. RGB value is (82,88,32). Sum of RGB (Red+Green+Blue) = 82+88+32=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 88 - color contains mainly: green. Hex color #525820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525820 is #ADA7DF. Grayscale: #505050. Windows color (decimal): -11380704 or 2119762. OLE color: 2119762.

HSL color Cylindrical-coordinate representation of color #525820: hue angle of 66.43º 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 #525820 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 32 -
CMYK 0.07 0 0.64 0.65
HSL 66.43º 0.47% 0.24% -
HSV(B) 66.43º 0.64% 0.35% -
XYZ 7.23 8.88 2.7 -
YUV 79.82 101.01 129.55 -
System Red Green Blue C M Y K H S L
Decimal 82 88 32 0.07 0 0.64 0.65 66.43 0.47 0.24
Hex 52 58 20 7 0 40 41 42 2F 18
Octal 122 130 40 7 0 100 101 102 57 30
Binary 1010010 1011000 100000 111 0 1000000 1000001 1000010 101111 11000

Color Harmonies of #525820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525820

Black with #525820

Text Example


Text Example

White with #525820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525820; }

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

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

background-color css

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

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

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

border-color css

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

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

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