#505625

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

Shades of Army green #505625

Tints of Army green #505625

Color information

#505625 (or 0x505625) is unknown color: approx Army green. HEX triplet: 50, 56 and 25. RGB value is (80,86,37). Sum of RGB (Red+Green+Blue) = 80+86+37=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 86 - color contains mainly: green. Hex color #505625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505625 is #AFA9DA. Grayscale: #4E4E4E. Windows color (decimal): -11512283 or 2446928. OLE color: 2446928.

HSL color Cylindrical-coordinate representation of color #505625: hue angle of 67.35º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #505625 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB808637-
CMYK0.0700.570.66
HSL67.35º39.84%24.12%-
HSV(B)67.35º56.98%33.73%-
XYZ6.978.493.02-
YUV78.62104.51128.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 86 (33.98% from 255) = 42.36%
BLUE value IS 37 (14.84% from 255) = 18.23%
R=39.41%
G=42.36%
B=18.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8086370.0700.570.6667.3539.8424.12
Hex505625703942432818
Octal1201264570711021035030
Binary1010000101011010010111101110011000010100001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505625; }

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

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

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

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

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

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

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

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