#504F18

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

Shades of Army green #504F18

Tints of Army green #504F18

Color information

#504F18 (or 0x504F18) is unknown color: approx Army green. HEX triplet: 50, 4F and 18. RGB value is (80,79,24). Sum of RGB (Red+Green+Blue) = 80+79+24=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #504F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504F18 is #AFB0E7. Grayscale: #494949. Windows color (decimal): -11514088 or 1593168. OLE color: 1593168.

HSL color Cylindrical-coordinate representation of color #504F18: hue angle of 58.93º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #504F18 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB807924-
CMYK00.010.700.69
HSL58.93º53.85%20.39%-
HSV(B)58.93º70%31.37%-
XYZ6.277.361.96-
YUV73.03100.33132.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.72%
GREEN value IS 79 (31.25% from 255) = 43.17%
BLUE value IS 24 (9.77% from 255) = 13.11%
R=43.72%
G=43.17%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80792400.010.700.6958.9353.8520.39
Hex504F180146453b3614
Octal1201173001106105736624
Binary1010000100111111000011000110100010111101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504F18; }

 p { color: rgb(80,79,24); }

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

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

 a { background-color: rgb(80,79,24); }

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

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

 span { border-color: rgb(80,79,24); }

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