#505825

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

Shades of Army green #505825

Tints of Army green #505825

Color information

#505825 (or 0x505825) is unknown color: approx Army green. HEX triplet: 50, 58 and 25. RGB value is (80,88,37). Sum of RGB (Red+Green+Blue) = 80+88+37=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 88 - color contains mainly: green. Hex color #505825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505825 is #AFA7DA. Grayscale: #4F4F4F. Windows color (decimal): -11511771 or 2447440. OLE color: 2447440.

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

Color convert

RGB808837-
CMYK0.0900.580.65
HSL69.41º40.8%24.51%-
HSV(B)69.41º57.95%34.51%-
XYZ7.138.823.08-
YUV79.79103.85128.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 88 (34.77% from 255) = 42.93%
BLUE value IS 37 (14.84% from 255) = 18.05%
R=39.02%
G=42.93%
B=18.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088370.0900.580.6569.4140.824.51
Hex505825903A41452919
Octal12013045110721011055131
Binary10100001011000100101100101110101000001100010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505825; }

 p { color: rgb(80,88,37); }

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

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

 a { background-color: rgb(80,88,37); }

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

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

 span { border-color: rgb(80,88,37); }

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