Html Css Color HEX #525117 Army green

📋 copy color: '#525117'

red 82 ◦ green 81 ◦ blue 23

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

Shades of Army green #525117

Tints of Army green #525117

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.55%

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

R = 44.09%
G = 43.55%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#525117 (or 0x525117) is known color: Army green. HEX triplet: 52, 51 and 17. RGB value is (82,81,23). Sum of RGB (Red+Green+Blue) = 82+81+23=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 82 - color contains mainly: red. Hex color #525117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525117 is #ADAEE8. Grayscale: #4A4A4A. Windows color (decimal): -11382505 or 1528146. OLE color: 1528146.

HSL color Cylindrical-coordinate representation of color #525117: hue angle of 58.98º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #525117 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 81 23 -
CMYK 0 0.01 0.72 0.68
HSL 58.98º 0.56% 0.21% -
HSV(B) 58.98º 0.72% 0.32% -
XYZ 6.58 7.74 1.96 -
YUV 74.69 98.83 133.22 -
System Red Green Blue C M Y K H S L
Decimal 82 81 23 0 0.01 0.72 0.68 58.98 0.56 0.21
Hex 52 51 17 0 1 48 44 3B 38 15
Octal 122 121 27 0 1 110 104 73 70 25
Binary 1010010 1010001 10111 0 1 1001000 1000100 111011 111000 10101

Color Harmonies of #525117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525117

Black with #525117

Text Example


Text Example

White with #525117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525117; }

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

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

background-color css

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

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

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

border-color css

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

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

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