#525518

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

Shades of Army green #525518

Tints of Army green #525518

Color information

#525518 (or 0x525518) is unknown color: approx Army green. HEX triplet: 52, 55 and 18. RGB value is (82,85,24). Sum of RGB (Red+Green+Blue) = 82+85+24=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #525518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525518 is #ADAAE7. Grayscale: #4D4D4D. Windows color (decimal): -11381480 or 1594706. OLE color: 1594706.

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

Color convert

RGB828524-
CMYK0.0400.720.67
HSL62.95º55.96%21.37%-
HSV(B)62.95º71.76%33.33%-
XYZ6.898.362.11-
YUV77.1598.01131.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.93%
GREEN value IS 85 (33.59% from 255) = 44.50%
BLUE value IS 24 (9.77% from 255) = 12.57%
R=42.93%
G=44.50%
B=12.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285240.0400.720.6762.9555.9621.37
Hex5255184048433f3815
Octal1221253040110103777025
Binary101001010101011100010001001000100001111111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525518; }

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

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

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

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

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

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

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

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