Html Css Color HEX #525721 Army green

📋 copy color: '#525721'

red 82 ◦ green 87 ◦ blue 33

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

Shades of Army green #525721

Tints of Army green #525721

RGB

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

 GREEN value IS 87 (34.38% from 255) = 43.07%

 BLUE value IS 33 (13.28% from 255) = 16.34%

R = 40.59%
G = 43.07%
B = 16.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#525721 (or 0x525721) is known color: Army green. HEX triplet: 52, 57 and 21. RGB value is (82,87,33). Sum of RGB (Red+Green+Blue) = 82+87+33=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 87 - color contains mainly: green. Hex color #525721 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525721 is #ADA8DE. Grayscale: #4F4F4F. Windows color (decimal): -11380959 or 2185042. OLE color: 2185042.

HSL color Cylindrical-coordinate representation of color #525721: hue angle of 65.56º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #525721 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 87 33 -
CMYK 0.06 0 0.62 0.66
HSL 65.56º 0.45% 0.24% -
HSV(B) 65.56º 0.62% 0.34% -
XYZ 7.16 8.72 2.74 -
YUV 79.35 101.84 129.89 -
System Red Green Blue C M Y K H S L
Decimal 82 87 33 0.06 0 0.62 0.66 65.56 0.45 0.24
Hex 52 57 21 6 0 3E 42 42 2D 18
Octal 122 127 41 6 0 76 102 102 55 30
Binary 1010010 1010111 100001 110 0 111110 1000010 1000010 101101 11000

Color Harmonies of #525721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525721

Black with #525721

Text Example


Text Example

White with #525721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525721; }

 p { color: rgb(82,87,33); }

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

background-color css

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

 a { background-color: rgb(82,87,33); }

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

border-color css

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

 span { border-color: rgb(82,87,33); }

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