#525917

Color #525917 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #525917

Tints of Army green #525917

Color information

#525917 (or 0x525917) is unknown color: approx Army green. HEX triplet: 52, 59 and 17. RGB value is (82,89,23). Sum of RGB (Red+Green+Blue) = 82+89+23=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 89 - color contains mainly: green. Hex color #525917 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525917 is #ADA6E8. Grayscale: #4F4F4F. Windows color (decimal): -11380457 or 1530194. OLE color: 1530194.

HSL color Cylindrical-coordinate representation of color #525917: hue angle of 66.36º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #525917 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB828923-
CMYK0.0800.740.65
HSL66.36º58.93%21.96%-
HSV(B)66.36º74.16%34.9%-
XYZ7.2192.17-
YUV79.3896.18129.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.27%
GREEN value IS 89 (35.16% from 255) = 45.88%
BLUE value IS 23 (9.38% from 255) = 11.86%
R=42.27%
G=45.88%
B=11.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289230.0800.740.6566.3658.9321.96
Hex525917804A41423b16
Octal122131271001121011027326
Binary10100101011001101111000010010101000001100001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525917; }

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

 H1.HeaderClassName
 {
   color: #525917;
 }
 .AnyTagClassName
 {
   color: #525917;
 }
</style>
background-color css

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

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

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

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

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

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