#518065

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

Shades of Como #518065

Tints of Como #518065

Color information

#518065 (or 0x518065) is unknown color: approx Como. HEX triplet: 51, 80 and 65. RGB value is (81,128,101). Sum of RGB (Red+Green+Blue) = 81+128+101=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 128 - color contains mainly: green. Hex color #518065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518065 is #AE7F9A. Grayscale: #6E6E6E. Windows color (decimal): -11435931 or 6651985. OLE color: 6651985.

HSL color Cylindrical-coordinate representation of color #518065: hue angle of 145.53º 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 #518065 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB81128101-
CMYK0.3700.210.50
HSL145.53º22.49%40.98%-
HSV(B)145.53º36.72%50.2%-
XYZ13.4618.1315.1-
YUV110.87122.43106.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.13%
GREEN value IS 128 (50.39% from 255) = 41.29%
BLUE value IS 101 (39.84% from 255) = 32.58%
R=26.13%
G=41.29%
B=32.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal811281010.3700.210.50145.5322.4940.98
Hex5180652501532921629
Octal12120014545025622222651
Binary10100011000000011001011001010101011100101001001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518065; }

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

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

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

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

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

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

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

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