Html Css Color HEX #50511B Army green

📋 copy color: '#50511B'

red 80 ◦ green 81 ◦ blue 27

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

Shades of Army green #50511B

Tints of Army green #50511B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.36%

R = 42.55%
G = 43.09%
B = 14.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#50511B (or 0x50511B) is known color: Army green. HEX triplet: 50, 51 and 1B. RGB value is (80,81,27). Sum of RGB (Red+Green+Blue) = 80+81+27=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #50511B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50511B is #AFAEE4. Grayscale: #4A4A4A. Windows color (decimal): -11513573 or 1790288. OLE color: 1790288.

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

Color convert

RGB 80 81 27 -
CMYK 0.01 0 0.67 0.68
HSL 61.11º 0.5% 0.21% -
HSV(B) 61.11º 0.67% 0.32% -
XYZ 6.45 7.67 2.18 -
YUV 74.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 80 81 27 0.01 0 0.67 0.68 61.11 0.5 0.21
Hex 50 51 1B 1 0 43 44 3D 32 15
Octal 120 121 33 1 0 103 104 75 62 25
Binary 1010000 1010001 11011 1 0 1000011 1000100 111101 110010 10101

Color Harmonies of #50511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50511B

Black with #50511B

Text Example


Text Example

White with #50511B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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