#518E69

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

Shades of Como #518E69

Tints of Como #518E69

Color information

#518E69 (or 0x518E69) is unknown color: approx Como. HEX triplet: 51, 8E and 69. RGB value is (81,142,105). Sum of RGB (Red+Green+Blue) = 81+142+105=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 142 - color contains mainly: green. Hex color #518E69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518E69 is #AE7196. Grayscale: #777777. Windows color (decimal): -11432343 or 6917713. OLE color: 6917713.

HSL color Cylindrical-coordinate representation of color #518E69: hue angle of 143.61º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518E69 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB81142105-
CMYK0.4300.260.44
HSL143.61º27.35%43.73%-
HSV(B)143.61º42.96%55.69%-
XYZ15.6222.1216.81-
YUV119.54119.79100.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.70%
GREEN value IS 142 (55.86% from 255) = 43.29%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=24.70%
G=43.29%
B=32.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811421050.4300.260.44143.6127.3543.73
Hex518E692B01A2C901b2c
Octal12121615153032542203354
Binary10100011000111011010011010110110101011001001000011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518E69; }

 p { color: rgb(81,142,105); }

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

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

 a { background-color: rgb(81,142,105); }

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

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

 span { border-color: rgb(81,142,105); }

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