#525717

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

Shades of Army green #525717

Tints of Army green #525717

Color information

#525717 (or 0x525717) is unknown color: approx Army green. HEX triplet: 52, 57 and 17. RGB value is (82,87,23). Sum of RGB (Red+Green+Blue) = 82+87+23=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 87 - color contains mainly: green. Hex color #525717 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525717 is #ADA8E8. Grayscale: #4E4E4E. Windows color (decimal): -11380969 or 1529682. OLE color: 1529682.

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

Color convert

RGB828723-
CMYK0.0600.740.66
HSL64.69º58.18%21.57%-
HSV(B)64.69º73.56%34.12%-
XYZ7.048.672.11-
YUV78.2196.84130.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.71%
GREEN value IS 87 (34.38% from 255) = 45.31%
BLUE value IS 23 (9.38% from 255) = 11.98%
R=42.71%
G=45.31%
B=11.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8287230.0600.740.6664.6958.1821.57
Hex525717604A42413a16
Octal12212727601121021017226
Binary1010010101011110111110010010101000010100000111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525717; }

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

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

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

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

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

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

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

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