#525918

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

Shades of Army green #525918

Tints of Army green #525918

Color information

#525918 (or 0x525918) is unknown color: approx Army green. HEX triplet: 52, 59 and 18. RGB value is (82,89,24). Sum of RGB (Red+Green+Blue) = 82+89+24=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #525918 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525918 is #ADA6E7. Grayscale: #4F4F4F. Windows color (decimal): -11380456 or 1595730. OLE color: 1595730.

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

Color convert

RGB828924-
CMYK0.0800.730.65
HSL66.46º57.52%22.16%-
HSV(B)66.46º73.03%34.9%-
XYZ7.2292.22-
YUV79.596.68129.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.05%
GREEN value IS 89 (35.16% from 255) = 45.64%
BLUE value IS 24 (9.77% from 255) = 12.31%
R=42.05%
G=45.64%
B=12.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289240.0800.730.6566.4657.5222.16
Hex525918804941423a16
Octal122131301001111011027226
Binary10100101011001110001000010010011000001100001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525918; }

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

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

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

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

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

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

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

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