#518C5D

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

Shades of Como #518C5D

Tints of Como #518C5D

Color information

#518C5D (or 0x518C5D) is unknown color: approx Como. HEX triplet: 51, 8C and 5D. RGB value is (81,140,93). Sum of RGB (Red+Green+Blue) = 81+140+93=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 140 - color contains mainly: green. Hex color #518C5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518C5D is #AE73A2. Grayscale: #757575. Windows color (decimal): -11432867 or 6130769. OLE color: 6130769.

HSL color Cylindrical-coordinate representation of color #518C5D: hue angle of 132.2º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #518C5D is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB8114093-
CMYK0.4200.340.45
HSL132.2º26.7%43.33%-
HSV(B)132.2º42.14%54.9%-
XYZ14.7521.313.69-
YUV117114.45102.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.80%
GREEN value IS 140 (55.08% from 255) = 44.59%
BLUE value IS 93 (36.72% from 255) = 29.62%
R=25.80%
G=44.59%
B=29.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81140930.4200.340.45132.226.743.33
Hex518C5D2A0222D841b2b
Octal12121413552042552043353
Binary101000110001100101110110101001000101011011000010011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,140,93); }

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

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

 a { background-color: rgb(81,140,93); }

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

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

 span { border-color: rgb(81,140,93); }

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