#518163

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

Shades of Como #518163

Tints of Como #518163

Color information

#518163 (or 0x518163) is unknown color: approx Como. HEX triplet: 51, 81 and 63. RGB value is (81,129,99). Sum of RGB (Red+Green+Blue) = 81+129+99=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #518163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518163 is #AE7E9C. Grayscale: #6F6F6F. Windows color (decimal): -11435677 or 6521169. OLE color: 6521169.

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

Color convert

RGB8112999-
CMYK0.3700.230.49
HSL142.5º22.86%41.18%-
HSV(B)142.5º37.21%50.59%-
XYZ13.518.3514.64-
YUV111.23121.1106.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 129 (50.78% from 255) = 41.75%
BLUE value IS 99 (39.06% from 255) = 32.04%
R=26.21%
G=41.75%
B=32.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81129990.3700.230.49142.522.8641.18
Hex51816325017318e1729
Octal12120114345027612162751
Binary10100011000000111000111001010101111100011000111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518163; }

 p { color: rgb(81,129,99); }

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

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

 a { background-color: rgb(81,129,99); }

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

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

 span { border-color: rgb(81,129,99); }

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