#518262

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

Shades of Como #518262

Tints of Como #518262

Color information

#518262 (or 0x518262) is unknown color: approx Como. HEX triplet: 51, 82 and 62. RGB value is (81,130,98). Sum of RGB (Red+Green+Blue) = 81+130+98=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 130 - color contains mainly: green. Hex color #518262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518262 is #AE7D9D. Grayscale: #6F6F6F. Windows color (decimal): -11435422 or 6455889. OLE color: 6455889.

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

Color convert

RGB8113098-
CMYK0.3800.250.49
HSL140.82º23.22%41.37%-
HSV(B)140.82º37.69%50.98%-
XYZ13.5818.614.43-
YUV111.7120.27106.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 130 (51.17% from 255) = 42.07%
BLUE value IS 98 (38.67% from 255) = 31.72%
R=26.21%
G=42.07%
B=31.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81130980.3800.250.49140.8223.2241.37
Hex51826226019318d1729
Octal12120214246031612152751
Binary10100011000001011000101001100110011100011000110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518262; }

 p { color: rgb(81,130,98); }

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

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

 a { background-color: rgb(81,130,98); }

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

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

 span { border-color: rgb(81,130,98); }

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