#518C5C

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

Shades of Como #518C5C

Tints of Como #518C5C

Color information

#518C5C (or 0x518C5C) is unknown color: approx Como. HEX triplet: 51, 8C and 5C. RGB value is (81,140,92). Sum of RGB (Red+Green+Blue) = 81+140+92=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 140 - color contains mainly: green. Hex color #518C5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518C5C is #AE73A3. Grayscale: #757575. Windows color (decimal): -11432868 or 6065233. OLE color: 6065233.

HSL color Cylindrical-coordinate representation of color #518C5C: hue angle of 131.19º 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 #518C5C is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB8114092-
CMYK0.4200.340.45
HSL131.19º26.7%43.33%-
HSV(B)131.19º42.14%54.9%-
XYZ14.721.2813.46-
YUV116.89113.95102.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 140 (55.08% from 255) = 44.73%
BLUE value IS 92 (36.33% from 255) = 29.39%
R=25.88%
G=44.73%
B=29.39%

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
Decimal81140920.4200.340.45131.1926.743.33
Hex518C5C2A0222D831b2b
Octal12121413452042552033353
Binary101000110001100101110010101001000101011011000001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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