Html Css Color HEX #505517 Army green

📋 copy color: '#505517'

red 80 ◦ green 85 ◦ blue 23

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

Shades of Army green #505517

Tints of Army green #505517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.23%

R = 42.55%
G = 45.21%
B = 12.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#505517 (or 0x505517) is known color: Army green. HEX triplet: 50, 55 and 17. RGB value is (80,85,23). Sum of RGB (Red+Green+Blue) = 80+85+23=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #505517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505517 is #AFAAE8. Grayscale: #4C4C4C. Windows color (decimal): -11512553 or 1529168. OLE color: 1529168.

HSL color Cylindrical-coordinate representation of color #505517: hue angle of 64.84º degrees, saturation: 0.57, 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 #505517 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 85 23 -
CMYK 0.06 0 0.73 0.67
HSL 64.84º 0.57% 0.21% -
HSV(B) 64.84º 0.73% 0.33% -
XYZ 6.71 8.26 2.05 -
YUV 76.44 97.84 130.54 -
System Red Green Blue C M Y K H S L
Decimal 80 85 23 0.06 0 0.73 0.67 64.84 0.57 0.21
Hex 50 55 17 6 0 49 43 41 39 15
Octal 120 125 27 6 0 111 103 101 71 25
Binary 1010000 1010101 10111 110 0 1001001 1000011 1000001 111001 10101

Color Harmonies of #505517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505517

Black with #505517

Text Example


Text Example

White with #505517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505517; }

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

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

background-color css

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

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

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

border-color css

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

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

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