Html Css Color HEX #50511D Army green

📋 copy color: '#50511D'

red 80 ◦ green 81 ◦ blue 29

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

Shades of Army green #50511D

Tints of Army green #50511D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.63%

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

R = 42.11%
G = 42.63%
B = 15.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#50511D (or 0x50511D) is known color: Army green. HEX triplet: 50, 51 and 1D. RGB value is (80,81,29). Sum of RGB (Red+Green+Blue) = 80+81+29=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 81 - color contains mainly: green. Hex color #50511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50511D is #AFAEE2. Grayscale: #4A4A4A. Windows color (decimal): -11513571 or 1921360. OLE color: 1921360.

HSL color Cylindrical-coordinate representation of color #50511D: hue angle of 61.15º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50511D is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 81 29 -
CMYK 0.01 0 0.64 0.68
HSL 61.15º 0.47% 0.22% -
HSV(B) 61.15º 0.64% 0.32% -
XYZ 6.47 7.68 2.3 -
YUV 74.77 102.17 131.73 -
System Red Green Blue C M Y K H S L
Decimal 80 81 29 0.01 0 0.64 0.68 61.15 0.47 0.22
Hex 50 51 1D 1 0 40 44 3D 2F 16
Octal 120 121 35 1 0 100 104 75 57 26
Binary 1010000 1010001 11101 1 0 1000000 1000100 111101 101111 10110

Color Harmonies of #50511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50511D

Black with #50511D

Text Example


Text Example

White with #50511D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50511D;
 }
 .AnyTagClassName
 {
   color: #50511D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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