Html Css Color HEX #505315 Army green

📋 copy color: '#505315'

red 80 ◦ green 83 ◦ blue 21

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

Shades of Army green #505315

Tints of Army green #505315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.11%

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

R = 43.48%
G = 45.11%
B = 11.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#505315 (or 0x505315) is known color: Army green. HEX triplet: 50, 53 and 15. RGB value is (80,83,21). Sum of RGB (Red+Green+Blue) = 80+83+21=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #505315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505315 is #AFACEA. Grayscale: #4B4B4B. Windows color (decimal): -11513067 or 1397584. OLE color: 1397584.

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

Color convert

RGB 80 83 21 -
CMYK 0.04 0 0.75 0.67
HSL 62.9º 0.6% 0.2% -
HSV(B) 62.9º 0.75% 0.33% -
XYZ 6.54 7.95 1.9 -
YUV 75.04 97.51 131.54 -
System Red Green Blue C M Y K H S L
Decimal 80 83 21 0.04 0 0.75 0.67 62.9 0.6 0.2
Hex 50 53 15 4 0 4B 43 3F 3C 14
Octal 120 123 25 4 0 113 103 77 74 24
Binary 1010000 1010011 10101 100 0 1001011 1000011 111111 111100 10100

Color Harmonies of #505315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505315

Black with #505315

Text Example


Text Example

White with #505315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505315; }

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

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

background-color css

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

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

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

border-color css

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

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

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