#515525

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

Shades of Army green #515525

Tints of Army green #515525

Color information

#515525 (or 0x515525) is unknown color: approx Army green. HEX triplet: 51, 55 and 25. RGB value is (81,85,37). Sum of RGB (Red+Green+Blue) = 81+85+37=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #515525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515525 is #AEAADA. Grayscale: #4E4E4E. Windows color (decimal): -11447003 or 2446673. OLE color: 2446673.

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

Color convert

RGB818537-
CMYK0.0500.560.67
HSL65º39.34%23.92%-
HSV(B)65º56.47%33.33%-
XYZ6.988.383-
YUV78.33104.67129.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.90%
GREEN value IS 85 (33.59% from 255) = 41.87%
BLUE value IS 37 (14.84% from 255) = 18.23%
R=39.90%
G=41.87%
B=18.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8185370.0500.560.676539.3423.92
Hex515525503843412718
Octal1211254550701031014730
Binary1010001101010110010110101110001000011100000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515525; }

 p { color: rgb(81,85,37); }

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

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

 a { background-color: rgb(81,85,37); }

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

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

 span { border-color: rgb(81,85,37); }

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