Html Css Color HEX #525C21 Army green

📋 copy color: '#525C21'

red 82 ◦ green 92 ◦ blue 33

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

Shades of Army green #525C21

Tints of Army green #525C21

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.44%

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

R = 39.61%
G = 44.44%
B = 15.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.64

RGB Variations

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

Color information

#525C21 (or 0x525C21) is known color: Army green. HEX triplet: 52, 5C and 21. RGB value is (82,92,33). Sum of RGB (Red+Green+Blue) = 82+92+33=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 92 - color contains mainly: green. Hex color #525C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525C21 is #ADA3DE. Grayscale: #525252. Windows color (decimal): -11379679 or 2186322. OLE color: 2186322.

HSL color Cylindrical-coordinate representation of color #525C21: hue angle of 70.17º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #525C21 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 92 33 -
CMYK 0.11 0 0.64 0.64
HSL 70.17º 0.47% 0.25% -
HSV(B) 70.17º 0.64% 0.36% -
XYZ 7.58 9.56 2.88 -
YUV 82.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 82 92 33 0.11 0 0.64 0.64 70.17 0.47 0.25
Hex 52 5C 21 B 0 40 40 46 2F 19
Octal 122 134 41 13 0 100 100 106 57 31
Binary 1010010 1011100 100001 1011 0 1000000 1000000 1000110 101111 11001

Color Harmonies of #525C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525C21

Black with #525C21

Text Example


Text Example

White with #525C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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