#505525

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

Shades of Army green #505525

Tints of Army green #505525

Color information

#505525 (or 0x505525) is unknown color: approx Army green. HEX triplet: 50, 55 and 25. RGB value is (80,85,37). Sum of RGB (Red+Green+Blue) = 80+85+37=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #505525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505525 is #AFAADA. Grayscale: #4E4E4E. Windows color (decimal): -11512539 or 2446672. OLE color: 2446672.

HSL color Cylindrical-coordinate representation of color #505525: hue angle of 66.25º 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 #505525 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB808537-
CMYK0.0600.560.67
HSL66.25º39.34%23.92%-
HSV(B)66.25º56.47%33.33%-
XYZ6.898.343-
YUV78.03104.84129.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 85 (33.59% from 255) = 42.08%
BLUE value IS 37 (14.84% from 255) = 18.32%
R=39.60%
G=42.08%
B=18.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085370.0600.560.6766.2539.3423.92
Hex505525603843422718
Octal1201254560701031024730
Binary1010000101010110010111001110001000011100001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505525; }

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

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

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

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

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

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

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

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