#518A68

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

Shades of Como #518A68

Tints of Como #518A68

Color information

#518A68 (or 0x518A68) is unknown color: approx Como. HEX triplet: 51, 8A and 68. RGB value is (81,138,104). Sum of RGB (Red+Green+Blue) = 81+138+104=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 138 - color contains mainly: green. Hex color #518A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518A68 is #AE7597. Grayscale: #757575. Windows color (decimal): -11433368 or 6851153. OLE color: 6851153.

HSL color Cylindrical-coordinate representation of color #518A68: hue angle of 144.21º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #518A68 is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB81138104-
CMYK0.4100.250.46
HSL144.21º26.03%42.94%-
HSV(B)144.21º41.3%54.12%-
XYZ14.9820.9316.35-
YUV117.08120.62102.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.08%
GREEN value IS 138 (54.30% from 255) = 42.72%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=25.08%
G=42.72%
B=32.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811381040.4100.250.46144.2126.0342.94
Hex518A68290192E901a2b
Octal12121215051031562203253
Binary10100011000101011010001010010110011011101001000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,138,104); }

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

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

 a { background-color: rgb(81,138,104); }

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

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

 span { border-color: rgb(81,138,104); }

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