#505523

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

Shades of Army green #505523

Tints of Army green #505523

Color information

#505523 (or 0x505523) is unknown color: approx Army green. HEX triplet: 50, 55 and 23. RGB value is (80,85,35). Sum of RGB (Red+Green+Blue) = 80+85+35=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #505523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505523 is #AFAADC. Grayscale: #4E4E4E. Windows color (decimal): -11512541 or 2315600. OLE color: 2315600.

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

Color convert

RGB808535-
CMYK0.0600.590.67
HSL66º41.67%23.53%-
HSV(B)66º58.82%33.33%-
XYZ6.868.322.84-
YUV77.8103.84129.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40%
GREEN value IS 85 (33.59% from 255) = 42.5%
BLUE value IS 35 (14.06% from 255) = 17.5%
R=40%
G=42.5%
B=17.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085350.0600.590.676641.6723.53
Hex505523603B43422a18
Octal1201254360731031025230
Binary1010000101010110001111001110111000011100001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505523; }

 p { color: rgb(80,85,35); }

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

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

 a { background-color: rgb(80,85,35); }

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

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

 span { border-color: rgb(80,85,35); }

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