#505426

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

Shades of Army green #505426

Tints of Army green #505426

Color information

#505426 (or 0x505426) is unknown color: approx Army green. HEX triplet: 50, 54 and 26. RGB value is (80,84,38). Sum of RGB (Red+Green+Blue) = 80+84+38=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #505426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505426 is #AFABD9. Grayscale: #4D4D4D. Windows color (decimal): -11512794 or 2511952. OLE color: 2511952.

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

Color convert

RGB808438-
CMYK0.0500.550.67
HSL65.22º37.7%23.92%-
HSV(B)65.22º54.76%32.94%-
XYZ6.838.193.05-
YUV77.56105.67129.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 84 (33.20% from 255) = 41.58%
BLUE value IS 38 (15.23% from 255) = 18.81%
R=39.60%
G=41.58%
B=18.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8084380.0500.550.6765.2237.723.92
Hex505426503743412618
Octal1201244650671031014630
Binary1010000101010010011010101101111000011100000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505426; }

 p { color: rgb(80,84,38); }

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

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

 a { background-color: rgb(80,84,38); }

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

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

 span { border-color: rgb(80,84,38); }

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