#518464

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

Shades of Como #518464

Tints of Como #518464

Color information

#518464 (or 0x518464) is unknown color: approx Como. HEX triplet: 51, 84 and 64. RGB value is (81,132,100). Sum of RGB (Red+Green+Blue) = 81+132+100=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #518464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518464 is #AE7B9B. Grayscale: #717171. Windows color (decimal): -11434908 or 6587473. OLE color: 6587473.

HSL color Cylindrical-coordinate representation of color #518464: hue angle of 142.35º 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 #518464 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB81132100-
CMYK0.3900.240.48
HSL142.35º23.94%41.76%-
HSV(B)142.35º38.64%51.76%-
XYZ13.9419.1715.02-
YUV113.1120.6105.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 132 (51.95% from 255) = 42.17%
BLUE value IS 100 (39.45% from 255) = 31.95%
R=25.88%
G=42.17%
B=31.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811321000.3900.240.48142.3523.9441.76
Hex51846427018308e182a
Octal12120414447030602163052
Binary10100011000010011001001001110110001100001000111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518464; }

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

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

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

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

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

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

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

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