#518561

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

Shades of Como #518561

Tints of Como #518561

Color information

#518561 (or 0x518561) is unknown color: approx Como. HEX triplet: 51, 85 and 61. RGB value is (81,133,97). Sum of RGB (Red+Green+Blue) = 81+133+97=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #518561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518561 is #AE7A9E. Grayscale: #717171. Windows color (decimal): -11434655 or 6391121. OLE color: 6391121.

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

Color convert

RGB8113397-
CMYK0.3900.270.48
HSL138.46º24.3%41.96%-
HSV(B)138.46º39.1%52.16%-
XYZ13.9419.3914.32-
YUV113.35118.77104.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.05%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 97 (38.28% from 255) = 31.19%
R=26.05%
G=42.77%
B=31.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81133970.3900.270.48138.4624.341.96
Hex5185612701B308a182a
Octal12120514147033602123052
Binary10100011000010111000011001110110111100001000101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518561; }

 p { color: rgb(81,133,97); }

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

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

 a { background-color: rgb(81,133,97); }

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

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

 span { border-color: rgb(81,133,97); }

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