Html Css Color HEX #505624 Army green

📋 copy color: '#505624'

red 80 ◦ green 86 ◦ blue 36

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

Shades of Army green #505624

Tints of Army green #505624

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.57%

 BLUE value IS 36 (14.45% from 255) = 17.82%

R = 39.6%
G = 42.57%
B = 17.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.58

 K value IS 0.66

RGB Variations

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

Color information

#505624 (or 0x505624) is known color: Army green. HEX triplet: 50, 56 and 24. RGB value is (80,86,36). Sum of RGB (Red+Green+Blue) = 80+86+36=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 86 - color contains mainly: green. Hex color #505624 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505624 is #AFA9DB. Grayscale: #4E4E4E. Windows color (decimal): -11512284 or 2381392. OLE color: 2381392.

HSL color Cylindrical-coordinate representation of color #505624: hue angle of 67.2º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #505624 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 86 36 -
CMYK 0.07 0 0.58 0.66
HSL 67.2º 0.41% 0.24% -
HSV(B) 67.2º 0.58% 0.34% -
XYZ 6.95 8.49 2.94 -
YUV 78.51 104.01 129.07 -
System Red Green Blue C M Y K H S L
Decimal 80 86 36 0.07 0 0.58 0.66 67.2 0.41 0.24
Hex 50 56 24 7 0 3A 42 43 29 18
Octal 120 126 44 7 0 72 102 103 51 30
Binary 1010000 1010110 100100 111 0 111010 1000010 1000011 101001 11000

Color Harmonies of #505624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505624

Black with #505624

Text Example


Text Example

White with #505624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505624; }

 p { color: rgb(80,86,36); }

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

background-color css

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

 a { background-color: rgb(80,86,36); }

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

border-color css

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

 span { border-color: rgb(80,86,36); }

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