Html Css Color HEX #515518 Army green

📋 copy color: '#515518'

red 81 ◦ green 85 ◦ blue 24

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

Shades of Army green #515518

Tints of Army green #515518

RGB

 RED value IS 81 (32.03% from 255) = 42.63%

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

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

R = 42.63%
G = 44.74%
B = 12.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#515518 (or 0x515518) is known color: Army green. HEX triplet: 51, 55 and 18. RGB value is (81,85,24). Sum of RGB (Red+Green+Blue) = 81+85+24=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #515518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515518 is #AEAAE7. Grayscale: #4D4D4D. Windows color (decimal): -11447016 or 1594705. OLE color: 1594705.

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

Color convert

RGB 81 85 24 -
CMYK 0.05 0 0.72 0.67
HSL 63.93º 0.56% 0.21% -
HSV(B) 63.93º 0.72% 0.33% -
XYZ 6.81 8.31 2.11 -
YUV 76.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 81 85 24 0.05 0 0.72 0.67 63.93 0.56 0.21
Hex 51 55 18 5 0 48 43 40 38 15
Octal 121 125 30 5 0 110 103 100 70 25
Binary 1010001 1010101 11000 101 0 1001000 1000011 1000000 111000 10101

Color Harmonies of #515518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515518

Black with #515518

Text Example


Text Example

White with #515518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515518; }

 p { color: rgb(81,85,24); }

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

background-color css

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

 a { background-color: rgb(81,85,24); }

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

border-color css

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

 span { border-color: rgb(81,85,24); }

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