#518764

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

Shades of Como #518764

Tints of Como #518764

Color information

#518764 (or 0x518764) is unknown color: approx Como. HEX triplet: 51, 87 and 64. RGB value is (81,135,100). Sum of RGB (Red+Green+Blue) = 81+135+100=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 135 - color contains mainly: green. Hex color #518764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518764 is #AE789B. Grayscale: #727272. Windows color (decimal): -11434140 or 6588241. OLE color: 6588241.

HSL color Cylindrical-coordinate representation of color #518764: hue angle of 141.11º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #518764 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB81135100-
CMYK0.4000.260.47
HSL141.11º25%42.35%-
HSV(B)141.11º40%52.94%-
XYZ14.362015.16-
YUV114.86119.61103.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.63%
GREEN value IS 135 (53.12% from 255) = 42.72%
BLUE value IS 100 (39.45% from 255) = 31.65%
R=25.63%
G=42.72%
B=31.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811351000.4000.260.47141.112542.35
Hex5187642801A2F8d192a
Octal12120714450032572153152
Binary10100011000011111001001010000110101011111000110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518764; }

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

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

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

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

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

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

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

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