Html Css Color HEX #525416 Army green

📋 copy color: '#525416'

red 82 ◦ green 84 ◦ blue 22

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

Shades of Army green #525416

Tints of Army green #525416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.68%

 BLUE value IS 22 (8.98% from 255) = 11.7%

R = 43.62%
G = 44.68%
B = 11.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#525416 (or 0x525416) is known color: Army green. HEX triplet: 52, 54 and 16. RGB value is (82,84,22). Sum of RGB (Red+Green+Blue) = 82+84+22=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #525416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525416 is #ADABE9. Grayscale: #4C4C4C. Windows color (decimal): -11381738 or 1463378. OLE color: 1463378.

HSL color Cylindrical-coordinate representation of color #525416: hue angle of 61.94º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #525416 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 84 22 -
CMYK 0.02 0 0.74 0.67
HSL 61.94º 0.58% 0.21% -
HSV(B) 61.94º 0.74% 0.33% -
XYZ 6.79 8.19 1.98 -
YUV 76.33 97.34 132.04 -
System Red Green Blue C M Y K H S L
Decimal 82 84 22 0.02 0 0.74 0.67 61.94 0.58 0.21
Hex 52 54 16 2 0 4A 43 3E 3A 15
Octal 122 124 26 2 0 112 103 76 72 25
Binary 1010010 1010100 10110 10 0 1001010 1000011 111110 111010 10101

Color Harmonies of #525416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525416

Black with #525416

Text Example


Text Example

White with #525416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525416; }

 p { color: rgb(82,84,22); }

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

background-color css

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

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

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

border-color css

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

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

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