Html Css Color HEX #525716 Army green

📋 copy color: '#525716'

red 82 ◦ green 87 ◦ blue 22

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

Shades of Army green #525716

Tints of Army green #525716

RGB

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

 GREEN value IS 87 (34.38% from 255) = 45.55%

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

R = 42.93%
G = 45.55%
B = 11.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#525716 (or 0x525716) is known color: Army green. HEX triplet: 52, 57 and 16. RGB value is (82,87,22). Sum of RGB (Red+Green+Blue) = 82+87+22=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 87 - color contains mainly: green. Hex color #525716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525716 is #ADA8E9. Grayscale: #4E4E4E. Windows color (decimal): -11380970 or 1464146. OLE color: 1464146.

HSL color Cylindrical-coordinate representation of color #525716: hue angle of 64.62º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #525716 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 87 22 -
CMYK 0.06 0 0.75 0.66
HSL 64.62º 0.6% 0.21% -
HSV(B) 64.62º 0.75% 0.34% -
XYZ 7.03 8.67 2.06 -
YUV 78.1 96.34 130.79 -
System Red Green Blue C M Y K H S L
Decimal 82 87 22 0.06 0 0.75 0.66 64.62 0.6 0.21
Hex 52 57 16 6 0 4B 42 41 3C 15
Octal 122 127 26 6 0 113 102 101 74 25
Binary 1010010 1010111 10110 110 0 1001011 1000010 1000001 111100 10101

Color Harmonies of #525716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525716

Black with #525716

Text Example


Text Example

White with #525716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525716; }

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

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

background-color css

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

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

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

border-color css

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

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

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