Html Css Color HEX #525517 Army green

📋 copy color: '#525517'

red 82 ◦ green 85 ◦ blue 23

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

Shades of Army green #525517

Tints of Army green #525517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.74%

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

R = 43.16%
G = 44.74%
B = 12.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#525517 (or 0x525517) is known color: Army green. HEX triplet: 52, 55 and 17. RGB value is (82,85,23). Sum of RGB (Red+Green+Blue) = 82+85+23=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #525517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525517 is #ADAAE8. Grayscale: #4D4D4D. Windows color (decimal): -11381481 or 1529170. OLE color: 1529170.

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

Color convert

RGB 82 85 23 -
CMYK 0.04 0 0.73 0.67
HSL 62.9º 0.57% 0.21% -
HSV(B) 62.9º 0.73% 0.33% -
XYZ 6.88 8.35 2.06 -
YUV 77.04 97.51 131.54 -
System Red Green Blue C M Y K H S L
Decimal 82 85 23 0.04 0 0.73 0.67 62.9 0.57 0.21
Hex 52 55 17 4 0 49 43 3F 39 15
Octal 122 125 27 4 0 111 103 77 71 25
Binary 1010010 1010101 10111 100 0 1001001 1000011 111111 111001 10101

Color Harmonies of #525517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525517

Black with #525517

Text Example


Text Example

White with #525517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525517; }

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

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

background-color css

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

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

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

border-color css

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

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

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