Html Css Color HEX #525617 Army green

📋 copy color: '#525617'

red 82 ◦ green 86 ◦ blue 23

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

Shades of Army green #525617

Tints of Army green #525617

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.03%

 BLUE value IS 23 (9.38% from 255) = 12.04%

R = 42.93%
G = 45.03%
B = 12.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.66

RGB Variations

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

Color information

#525617 (or 0x525617) is known color: Army green. HEX triplet: 52, 56 and 17. RGB value is (82,86,23). Sum of RGB (Red+Green+Blue) = 82+86+23=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 86 - color contains mainly: green. Hex color #525617 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525617 is #ADA9E8. Grayscale: #4D4D4D. Windows color (decimal): -11381225 or 1529426. OLE color: 1529426.

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

Color convert

RGB 82 86 23 -
CMYK 0.05 0 0.73 0.66
HSL 63.81º 0.58% 0.21% -
HSV(B) 63.81º 0.73% 0.34% -
XYZ 6.96 8.51 2.09 -
YUV 77.62 97.17 131.12 -
System Red Green Blue C M Y K H S L
Decimal 82 86 23 0.05 0 0.73 0.66 63.81 0.58 0.21
Hex 52 56 17 5 0 49 42 40 3A 15
Octal 122 126 27 5 0 111 102 100 72 25
Binary 1010010 1010110 10111 101 0 1001001 1000010 1000000 111010 10101

Color Harmonies of #525617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525617

Black with #525617

Text Example


Text Example

White with #525617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525617; }

 p { color: rgb(82,86,23); }

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

background-color css

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

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

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

border-color css

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

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

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