#525719

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

Shades of Army green #525719

Tints of Army green #525719

Color information

#525719 (or 0x525719) is unknown color: approx Army green. HEX triplet: 52, 57 and 19. RGB value is (82,87,25). Sum of RGB (Red+Green+Blue) = 82+87+25=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 87 (34.38% from 255 or 44.85% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 87 - color contains mainly: green. Hex color #525719 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525719 is #ADA8E6. Grayscale: #4E4E4E. Windows color (decimal): -11380967 or 1660754. OLE color: 1660754.

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

Color convert

RGB828725-
CMYK0.0600.710.66
HSL64.84º55.36%21.96%-
HSV(B)64.84º71.26%34.12%-
XYZ7.068.682.22-
YUV78.4497.84130.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.27%
GREEN value IS 87 (34.38% from 255) = 44.85%
BLUE value IS 25 (10.16% from 255) = 12.89%
R=42.27%
G=44.85%
B=12.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8287250.0600.710.6664.8455.3621.96
Hex525719604742413716
Octal12212731601071021016726
Binary1010010101011111001110010001111000010100000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525719; }

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

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

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

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

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

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

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

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