#518064

Color #518064 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #518064

Tints of Como #518064

Color information

#518064 (or 0x518064) is unknown color: approx Como. HEX triplet: 51, 80 and 64. RGB value is (81,128,100). Sum of RGB (Red+Green+Blue) = 81+128+100=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #518064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518064 is #AE7F9B. Grayscale: #6E6E6E. Windows color (decimal): -11435932 or 6586449. OLE color: 6586449.

HSL color Cylindrical-coordinate representation of color #518064: hue angle of 144.26º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #518064 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB81128100-
CMYK0.3700.220.50
HSL144.26º22.49%40.98%-
HSV(B)144.26º36.72%50.2%-
XYZ13.4118.1114.84-
YUV110.76121.93106.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 128 (50.39% from 255) = 41.42%
BLUE value IS 100 (39.45% from 255) = 32.36%
R=26.21%
G=41.42%
B=32.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal811281000.3700.220.50144.2622.4940.98
Hex5180642501632901629
Octal12120014445026622202651
Binary10100011000000011001001001010101101100101001000010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518064; }

 p { color: rgb(81,128,100); }

 H1.HeaderClassName
 {
   color: #518064;
 }
 .AnyTagClassName
 {
   color: #518064;
 }
</style>
background-color css

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

 a { background-color: rgb(81,128,100); }

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

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

 span { border-color: rgb(81,128,100); }

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