Html Css Color HEX #505118 Army green

📋 copy color: '#505118'

red 80 ◦ green 81 ◦ blue 24

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

Shades of Army green #505118

Tints of Army green #505118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.97%

R = 43.24%
G = 43.78%
B = 12.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#505118 (or 0x505118) is known color: Army green. HEX triplet: 50, 51 and 18. RGB value is (80,81,24). Sum of RGB (Red+Green+Blue) = 80+81+24=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 81 - color contains mainly: green. Hex color #505118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505118 is #AFAEE7. Grayscale: #4A4A4A. Windows color (decimal): -11513576 or 1593680. OLE color: 1593680.

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

Color convert

RGB 80 81 24 -
CMYK 0.01 0 0.70 0.68
HSL 61.05º 0.54% 0.21% -
HSV(B) 61.05º 0.7% 0.32% -
XYZ 6.42 7.66 2 -
YUV 74.2 99.67 132.13 -
System Red Green Blue C M Y K H S L
Decimal 80 81 24 0.01 0 0.70 0.68 61.05 0.54 0.21
Hex 50 51 18 1 0 46 44 3D 36 15
Octal 120 121 30 1 0 106 104 75 66 25
Binary 1010000 1010001 11000 1 0 1000110 1000100 111101 110110 10101

Color Harmonies of #505118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505118

Black with #505118

Text Example


Text Example

White with #505118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505118; }

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

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

background-color css

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

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

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

border-color css

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

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

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