#505F21

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

Shades of Army green #505F21

Tints of Army green #505F21

Color information

#505F21 (or 0x505F21) is unknown color: approx Army green. HEX triplet: 50, 5F and 21. RGB value is (80,95,33). Sum of RGB (Red+Green+Blue) = 80+95+33=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 95 (37.5% from 255 or 45.67% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 95 - color contains mainly: green. Hex color #505F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505F21 is #AFA0DE. Grayscale: #535353. Windows color (decimal): -11509983 or 2187088. OLE color: 2187088.

HSL color Cylindrical-coordinate representation of color #505F21: hue angle of 74.52º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #505F21 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.63.

Color convert

RGB809533-
CMYK0.1600.650.63
HSL74.52º48.44%25.1%-
HSV(B)74.52º65.26%37.25%-
XYZ7.67102.96-
YUV83.4599.53125.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.46%
GREEN value IS 95 (37.5% from 255) = 45.67%
BLUE value IS 33 (13.28% from 255) = 15.87%
R=38.46%
G=45.67%
B=15.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8095330.1600.650.6374.5248.4425.1
Hex505F21100413F4b3019
Octal12013741200101771136031
Binary101000010111111000011000001000001111111100101111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505F21; }

 p { color: rgb(80,95,33); }

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

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

 a { background-color: rgb(80,95,33); }

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

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

 span { border-color: rgb(80,95,33); }

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