#518361

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

Shades of Como #518361

Tints of Como #518361

Color information

#518361 (or 0x518361) is unknown color: approx Como. HEX triplet: 51, 83 and 61. RGB value is (81,131,97). Sum of RGB (Red+Green+Blue) = 81+131+97=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #518361 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518361 is #AE7C9E. Grayscale: #707070. Windows color (decimal): -11435167 or 6390609. OLE color: 6390609.

HSL color Cylindrical-coordinate representation of color #518361: hue angle of 139.2º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #518361 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB8113197-
CMYK0.3800.260.49
HSL139.2º23.58%41.57%-
HSV(B)139.2º38.17%51.37%-
XYZ13.6718.8414.23-
YUV112.17119.44105.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 131 (51.56% from 255) = 42.39%
BLUE value IS 97 (38.28% from 255) = 31.39%
R=26.21%
G=42.39%
B=31.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81131970.3800.260.49139.223.5841.57
Hex5183612601A318b182a
Octal12120314146032612133052
Binary10100011000001111000011001100110101100011000101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518361; }

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

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

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

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

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

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

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

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