#518562

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

Shades of Como #518562

Tints of Como #518562

Color information

#518562 (or 0x518562) is unknown color: approx Como. HEX triplet: 51, 85 and 62. RGB value is (81,133,98). Sum of RGB (Red+Green+Blue) = 81+133+98=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #518562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518562 is #AE7A9D. Grayscale: #717171. Windows color (decimal): -11434654 or 6456657. OLE color: 6456657.

HSL color Cylindrical-coordinate representation of color #518562: hue angle of 139.62º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #518562 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB8113398-
CMYK0.3900.260.48
HSL139.62º24.3%41.96%-
HSV(B)139.62º39.1%52.16%-
XYZ13.9919.4114.56-
YUV113.46119.27104.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.96%
GREEN value IS 133 (52.34% from 255) = 42.63%
BLUE value IS 98 (38.67% from 255) = 31.41%
R=25.96%
G=42.63%
B=31.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81133980.3900.260.48139.6224.341.96
Hex5185622701A308c182a
Octal12120514247032602143052
Binary10100011000010111000101001110110101100001000110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518562; }

 p { color: rgb(81,133,98); }

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

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

 a { background-color: rgb(81,133,98); }

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

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

 span { border-color: rgb(81,133,98); }

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