Html Css Color HEX #525A21 Army green

📋 copy color: '#525A21'

red 82 ◦ green 90 ◦ blue 33

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

Shades of Army green #525A21

Tints of Army green #525A21

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.9%

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

R = 40%
G = 43.9%
B = 16.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#525A21 (or 0x525A21) is known color: Army green. HEX triplet: 52, 5A and 21. RGB value is (82,90,33). Sum of RGB (Red+Green+Blue) = 82+90+33=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 90 - color contains mainly: green. Hex color #525A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A21 is #ADA5DE. Grayscale: #515151. Windows color (decimal): -11380191 or 2185810. OLE color: 2185810.

HSL color Cylindrical-coordinate representation of color #525A21: hue angle of 68.42º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #525A21 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 90 33 -
CMYK 0.09 0 0.63 0.65
HSL 68.42º 0.46% 0.24% -
HSV(B) 68.42º 0.63% 0.35% -
XYZ 7.41 9.22 2.83 -
YUV 81.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 82 90 33 0.09 0 0.63 0.65 68.42 0.46 0.24
Hex 52 5A 21 9 0 3F 41 44 2E 18
Octal 122 132 41 11 0 77 101 104 56 30
Binary 1010010 1011010 100001 1001 0 111111 1000001 1000100 101110 11000

Color Harmonies of #525A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525A21

Black with #525A21

Text Example


Text Example

White with #525A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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