#504F17

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

Shades of Army green #504F17

Tints of Army green #504F17

Color information

#504F17 (or 0x504F17) is unknown color: approx Army green. HEX triplet: 50, 4F and 17. RGB value is (80,79,23). Sum of RGB (Red+Green+Blue) = 80+79+23=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #504F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504F17 is #AFB0E8. Grayscale: #494949. Windows color (decimal): -11514089 or 1527632. OLE color: 1527632.

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

Color convert

RGB807923-
CMYK00.010.710.69
HSL58.95º55.34%20.2%-
HSV(B)58.95º71.25%31.37%-
XYZ6.267.361.9-
YUV72.9199.83133.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 79 (31.25% from 255) = 43.41%
BLUE value IS 23 (9.38% from 255) = 12.64%
R=43.96%
G=43.41%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80792300.010.710.6958.9555.3420.2
Hex504F170147453b3714
Octal1201172701107105736724
Binary1010000100111110111011000111100010111101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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