Html Css Color HEX #505415 Army green

📋 copy color: '#505415'

red 80 ◦ green 84 ◦ blue 21

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

Shades of Army green #505415

Tints of Army green #505415

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.41%

 BLUE value IS 21 (8.59% from 255) = 11.35%

R = 43.24%
G = 45.41%
B = 11.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#505415 (or 0x505415) is known color: Army green. HEX triplet: 50, 54 and 15. RGB value is (80,84,21). Sum of RGB (Red+Green+Blue) = 80+84+21=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #505415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505415 is #AFABEA. Grayscale: #4B4B4B. Windows color (decimal): -11512811 or 1397840. OLE color: 1397840.

HSL color Cylindrical-coordinate representation of color #505415: hue angle of 63.81º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #505415 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 84 21 -
CMYK 0.05 0 0.75 0.67
HSL 63.81º 0.6% 0.21% -
HSV(B) 63.81º 0.75% 0.33% -
XYZ 6.61 8.1 1.92 -
YUV 75.62 97.17 131.12 -
System Red Green Blue C M Y K H S L
Decimal 80 84 21 0.05 0 0.75 0.67 63.81 0.6 0.21
Hex 50 54 15 5 0 4B 43 40 3C 15
Octal 120 124 25 5 0 113 103 100 74 25
Binary 1010000 1010100 10101 101 0 1001011 1000011 1000000 111100 10101

Color Harmonies of #505415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505415

Black with #505415

Text Example


Text Example

White with #505415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505415; }

 p { color: rgb(80,84,21); }

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

background-color css

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

 a { background-color: rgb(80,84,21); }

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

border-color css

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

 span { border-color: rgb(80,84,21); }

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