#50591D

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

Shades of Army green #50591D

Tints of Army green #50591D

Color information

#50591D (or 0x50591D) is unknown color: approx Army green. HEX triplet: 50, 59 and 1D. RGB value is (80,89,29). Sum of RGB (Red+Green+Blue) = 80+89+29=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 89 - color contains mainly: green. Hex color #50591D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50591D is #AFA6E2. Grayscale: #4F4F4F. Windows color (decimal): -11511523 or 1923408. OLE color: 1923408.

HSL color Cylindrical-coordinate representation of color #50591D: hue angle of 69º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50591D is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB808929-
CMYK0.1000.670.65
HSL69º50.85%23.14%-
HSV(B)69º67.42%34.9%-
XYZ7.18.942.51-
YUV79.4799.52128.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.40%
GREEN value IS 89 (35.16% from 255) = 44.95%
BLUE value IS 29 (11.72% from 255) = 14.65%
R=40.40%
G=44.95%
B=14.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8089290.1000.670.656950.8523.14
Hex50591DA04341453317
Octal120131351201031011056327
Binary10100001011001111011010010000111000001100010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50591D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50591D; }

 p { color: rgb(80,89,29); }

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

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

 a { background-color: rgb(80,89,29); }

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

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

 span { border-color: rgb(80,89,29); }

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