#505A1F

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

Shades of Army green #505A1F

Tints of Army green #505A1F

Color information

#505A1F (or 0x505A1F) is unknown color: approx Army green. HEX triplet: 50, 5A and 1F. RGB value is (80,90,31). Sum of RGB (Red+Green+Blue) = 80+90+31=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 90 - color contains mainly: green. Hex color #505A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A1F is #AFA5E0. Grayscale: #505050. Windows color (decimal): -11511265 or 2054736. OLE color: 2054736.

HSL color Cylindrical-coordinate representation of color #505A1F: hue angle of 70.17º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #505A1F is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB809031-
CMYK0.1100.660.65
HSL70.17º48.76%23.73%-
HSV(B)70.17º65.56%35.29%-
XYZ7.219.122.68-
YUV80.28100.19127.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.80%
GREEN value IS 90 (35.55% from 255) = 44.78%
BLUE value IS 31 (12.5% from 255) = 15.42%
R=39.80%
G=44.78%
B=15.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8090310.1100.660.6570.1748.7623.73
Hex505A1FB04241463118
Octal120132371301021011066130
Binary10100001011010111111011010000101000001100011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,90,31); }

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

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

 a { background-color: rgb(80,90,31); }

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

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

 span { border-color: rgb(80,90,31); }

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