Html Css Color HEX #505316 Army green

📋 copy color: '#505316'

red 80 ◦ green 83 ◦ blue 22

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

Shades of Army green #505316

Tints of Army green #505316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.89%

R = 43.24%
G = 44.86%
B = 11.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#505316 (or 0x505316) is known color: Army green. HEX triplet: 50, 53 and 16. RGB value is (80,83,22). Sum of RGB (Red+Green+Blue) = 80+83+22=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #505316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505316 is #AFACE9. Grayscale: #4B4B4B. Windows color (decimal): -11513066 or 1463120. OLE color: 1463120.

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

Color convert

RGB 80 83 22 -
CMYK 0.04 0 0.73 0.67
HSL 62.95º 0.58% 0.21% -
HSV(B) 62.95º 0.73% 0.33% -
XYZ 6.55 7.95 1.95 -
YUV 75.15 98.01 131.46 -
System Red Green Blue C M Y K H S L
Decimal 80 83 22 0.04 0 0.73 0.67 62.95 0.58 0.21
Hex 50 53 16 4 0 49 43 3F 3A 15
Octal 120 123 26 4 0 111 103 77 72 25
Binary 1010000 1010011 10110 100 0 1001001 1000011 111111 111010 10101

Color Harmonies of #505316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505316

Black with #505316

Text Example


Text Example

White with #505316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505316; }

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

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

background-color css

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

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

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

border-color css

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

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

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