Html Css Color HEX #50551F Army green

📋 copy color: '#50551F'

red 80 ◦ green 85 ◦ blue 31

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

Shades of Army green #50551F

Tints of Army green #50551F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.82%

R = 40.82%
G = 43.37%
B = 15.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#50551F (or 0x50551F) is known color: Army green. HEX triplet: 50, 55 and 1F. RGB value is (80,85,31). Sum of RGB (Red+Green+Blue) = 80+85+31=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #50551F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50551F is #AFAAE0. Grayscale: #4D4D4D. Windows color (decimal): -11512545 or 2053456. OLE color: 2053456.

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

Color convert

RGB 80 85 31 -
CMYK 0.06 0 0.64 0.67
HSL 65.56º 0.47% 0.23% -
HSV(B) 65.56º 0.64% 0.33% -
XYZ 6.8 8.3 2.54 -
YUV 77.35 101.84 129.89 -
System Red Green Blue C M Y K H S L
Decimal 80 85 31 0.06 0 0.64 0.67 65.56 0.47 0.23
Hex 50 55 1F 6 0 40 43 42 2F 17
Octal 120 125 37 6 0 100 103 102 57 27
Binary 1010000 1010101 11111 110 0 1000000 1000011 1000010 101111 10111

Color Harmonies of #50551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50551F

Black with #50551F

Text Example


Text Example

White with #50551F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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