Html Css Color HEX #50551A Army green

📋 copy color: '#50551A'

red 80 ◦ green 85 ◦ blue 26

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

Shades of Army green #50551A

Tints of Army green #50551A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.5%

 BLUE value IS 26 (10.55% from 255) = 13.61%

R = 41.88%
G = 44.5%
B = 13.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#50551A (or 0x50551A) is known color: Army green. HEX triplet: 50, 55 and 1A. RGB value is (80,85,26). Sum of RGB (Red+Green+Blue) = 80+85+26=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #50551A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50551A is #AFAAE5. Grayscale: #4D4D4D. Windows color (decimal): -11512550 or 1725776. OLE color: 1725776.

HSL color Cylindrical-coordinate representation of color #50551A: hue angle of 65.08º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50551A is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 85 26 -
CMYK 0.06 0 0.69 0.67
HSL 65.08º 0.53% 0.22% -
HSV(B) 65.08º 0.69% 0.33% -
XYZ 6.74 8.28 2.22 -
YUV 76.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 80 85 26 0.06 0 0.69 0.67 65.08 0.53 0.22
Hex 50 55 1A 6 0 45 43 41 35 16
Octal 120 125 32 6 0 105 103 101 65 26
Binary 1010000 1010101 11010 110 0 1000101 1000011 1000001 110101 10110

Color Harmonies of #50551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50551A

Black with #50551A

Text Example


Text Example

White with #50551A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50551A; }

 p { color: rgb(80,85,26); }

 H1.HeaderClassName
 {
   color: #50551A;
 }
 .AnyTagClassName
 {
   color: #50551A;
 }
</style>

background-color css

<style>
 a { background-color: #50551A; }

 a { background-color: rgb(80,85,26); }

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

border-color css

<style>
 span { border-color: #50551A; }

 span { border-color: rgb(80,85,26); }

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