Html Css Color HEX #525221 Army green

📋 copy color: '#525221'

red 82 ◦ green 82 ◦ blue 33

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

Shades of Army green #525221

Tints of Army green #525221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.62%

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

R = 41.62%
G = 41.62%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#525221 (or 0x525221) is known color: Army green. HEX triplet: 52, 52 and 21. RGB value is (82,82,33). Sum of RGB (Red+Green+Blue) = 82+82+33=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 82 - color contains mainly: red, green. Hex color #525221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525221 is #ADADDE. Grayscale: #4C4C4C. Windows color (decimal): -11382239 or 2183762. OLE color: 2183762.

HSL color Cylindrical-coordinate representation of color #525221: hue angle of 60º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #525221 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 82 33 -
CMYK 0 0 0.60 0.68
HSL 60º 0.43% 0.23% -
HSV(B) 60º 0.6% 0.32% -
XYZ 6.77 7.94 2.61 -
YUV 76.41 103.5 131.98 -
System Red Green Blue C M Y K H S L
Decimal 82 82 33 0 0 0.60 0.68 60 0.43 0.23
Hex 52 52 21 0 0 3C 44 3C 2B 17
Octal 122 122 41 0 0 74 104 74 53 27
Binary 1010010 1010010 100001 0 0 111100 1000100 111100 101011 10111

Color Harmonies of #525221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525221

Black with #525221

Text Example


Text Example

White with #525221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525221; }

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

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

background-color css

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

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

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

border-color css

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

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

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