#518164

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

Shades of Como #518164

Tints of Como #518164

Color information

#518164 (or 0x518164) is unknown color: approx Como. HEX triplet: 51, 81 and 64. RGB value is (81,129,100). Sum of RGB (Red+Green+Blue) = 81+129+100=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #518164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518164 is #AE7E9B. Grayscale: #6F6F6F. Windows color (decimal): -11435676 or 6586705. OLE color: 6586705.

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

Color convert

RGB81129100-
CMYK0.3700.220.49
HSL143.75º22.86%41.18%-
HSV(B)143.75º37.21%50.59%-
XYZ13.5418.3714.89-
YUV111.34121.6106.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.13%
GREEN value IS 129 (50.78% from 255) = 41.61%
BLUE value IS 100 (39.45% from 255) = 32.26%
R=26.13%
G=41.61%
B=32.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811291000.3700.220.49143.7522.8641.18
Hex5181642501631901729
Octal12120114445026612202751
Binary10100011000000111001001001010101101100011001000010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518164; }

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

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

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

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

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

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

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

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