Html Css Color HEX #505618 Army green

📋 copy color: '#505618'

red 80 ◦ green 86 ◦ blue 24

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

Shades of Army green #505618

Tints of Army green #505618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.63%

R = 42.11%
G = 45.26%
B = 12.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#505618 (or 0x505618) is known color: Army green. HEX triplet: 50, 56 and 18. RGB value is (80,86,24). Sum of RGB (Red+Green+Blue) = 80+86+24=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 86 - color contains mainly: green. Hex color #505618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505618 is #AFA9E7. Grayscale: #4D4D4D. Windows color (decimal): -11512296 or 1594960. OLE color: 1594960.

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

Color convert

RGB 80 86 24 -
CMYK 0.07 0 0.72 0.66
HSL 65.81º 0.56% 0.22% -
HSV(B) 65.81º 0.72% 0.34% -
XYZ 6.8 8.43 2.13 -
YUV 77.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 80 86 24 0.07 0 0.72 0.66 65.81 0.56 0.22
Hex 50 56 18 7 0 48 42 42 38 16
Octal 120 126 30 7 0 110 102 102 70 26
Binary 1010000 1010110 11000 111 0 1001000 1000010 1000010 111000 10110

Color Harmonies of #505618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505618

Black with #505618

Text Example


Text Example

White with #505618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505618; }

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

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

background-color css

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

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

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

border-color css

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

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

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