#518366

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

Shades of Como #518366

Tints of Como #518366

Color information

#518366 (or 0x518366) is unknown color: approx Como. HEX triplet: 51, 83 and 66. RGB value is (81,131,102). Sum of RGB (Red+Green+Blue) = 81+131+102=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 131 - color contains mainly: green. Hex color #518366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518366 is #AE7C99. Grayscale: #707070. Windows color (decimal): -11435162 or 6718289. OLE color: 6718289.

HSL color Cylindrical-coordinate representation of color #518366: hue angle of 145.2º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #518366 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB81131102-
CMYK0.3800.220.49
HSL145.2º23.58%41.57%-
HSV(B)145.2º38.17%51.37%-
XYZ13.9118.9415.49-
YUV112.74121.94105.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.80%
GREEN value IS 131 (51.56% from 255) = 41.72%
BLUE value IS 102 (40.23% from 255) = 32.48%
R=25.80%
G=41.72%
B=32.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811311020.3800.220.49145.223.5841.57
Hex518366260163191182a
Octal12120314646026612213052
Binary10100011000001111001101001100101101100011001000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518366; }

 p { color: rgb(81,131,102); }

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

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

 a { background-color: rgb(81,131,102); }

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

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

 span { border-color: rgb(81,131,102); }

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