#518462

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

Shades of Como #518462

Tints of Como #518462

Color information

#518462 (or 0x518462) is unknown color: approx Como. HEX triplet: 51, 84 and 62. RGB value is (81,132,98). Sum of RGB (Red+Green+Blue) = 81+132+98=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #518462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518462 is #AE7B9D. Grayscale: #707070. Windows color (decimal): -11434910 or 6456401. OLE color: 6456401.

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

Color convert

RGB8113298-
CMYK0.3900.260.48
HSL140º23.94%41.76%-
HSV(B)140º38.64%51.76%-
XYZ13.8519.1314.52-
YUV112.87119.6105.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.05%
GREEN value IS 132 (51.95% from 255) = 42.44%
BLUE value IS 98 (38.67% from 255) = 31.51%
R=26.05%
G=42.44%
B=31.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81132980.3900.260.4814023.9441.76
Hex5184622701A308c182a
Octal12120414247032602143052
Binary10100011000010011000101001110110101100001000110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518462; }

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

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

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

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

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

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

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

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