Html Css Color HEX #525213 Army green

📋 copy color: '#525213'

red 82 ◦ green 82 ◦ blue 19

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

Shades of Army green #525213

Tints of Army green #525213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.38%

R = 44.81%
G = 44.81%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#525213 (or 0x525213) is known color: Army green. HEX triplet: 52, 52 and 13. RGB value is (82,82,19). Sum of RGB (Red+Green+Blue) = 82+82+19=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 82 - color contains mainly: red, green. Hex color #525213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525213 is #ADADEC. Grayscale: #4B4B4B. Windows color (decimal): -11382253 or 1266258. OLE color: 1266258.

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

Color convert

RGB 82 82 19 -
CMYK 0 0 0.77 0.68
HSL 60º 0.62% 0.2% -
HSV(B) 60º 0.77% 0.32% -
XYZ 6.61 7.88 1.79 -
YUV 74.82 96.5 133.12 -
System Red Green Blue C M Y K H S L
Decimal 82 82 19 0 0 0.77 0.68 60 0.62 0.2
Hex 52 52 13 0 0 4D 44 3C 3E 14
Octal 122 122 23 0 0 115 104 74 76 24
Binary 1010010 1010010 10011 0 0 1001101 1000100 111100 111110 10100

Color Harmonies of #525213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525213

Black with #525213

Text Example


Text Example

White with #525213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525213; }

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

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

background-color css

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

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

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

border-color css

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

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

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