Html Css Color HEX #50591D Army green

📋 copy color: '#50591D'

red 80 ◦ green 89 ◦ blue 29

#50591D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #50591D

Tints of Army green #50591D

RGB

 RED value IS 80 (31.64% from 255) = 40.4%

 GREEN value IS 89 (35.16% from 255) = 44.95%

 BLUE value IS 29 (11.72% from 255) = 14.65%

R = 40.4%
G = 44.95%
B = 14.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#50591D (or 0x50591D) is known color: 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

RGB 80 89 29 -
CMYK 0.10 0 0.67 0.65
HSL 69º 0.51% 0.23% -
HSV(B) 69º 0.67% 0.35% -
XYZ 7.1 8.94 2.51 -
YUV 79.47 99.52 128.38 -
System Red Green Blue C M Y K H S L
Decimal 80 89 29 0.10 0 0.67 0.65 69 0.51 0.23
Hex 50 59 1D A 0 43 41 45 33 17
Octal 120 131 35 12 0 103 101 105 63 27
Binary 1010000 1011001 11101 1010 0 1000011 1000001 1000101 110011 10111

Color Harmonies of #50591D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50591D

Black with #50591D

Text Example


Text Example

White with #50591D

Text Example


Text Example

HTML Codes & Css Web 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>