#518165

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

Shades of Como #518165

Tints of Como #518165

Color information

#518165 (or 0x518165) is unknown color: approx Como. HEX triplet: 51, 81 and 65. RGB value is (81,129,101). Sum of RGB (Red+Green+Blue) = 81+129+101=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 129 - color contains mainly: green. Hex color #518165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518165 is #AE7E9A. Grayscale: #6F6F6F. Windows color (decimal): -11435675 or 6652241. OLE color: 6652241.

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

Color convert

RGB81129101-
CMYK0.3700.220.49
HSL145º22.86%41.18%-
HSV(B)145º37.21%50.59%-
XYZ13.5918.3915.15-
YUV111.46122.1106.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.05%
GREEN value IS 129 (50.78% from 255) = 41.48%
BLUE value IS 101 (39.84% from 255) = 32.48%
R=26.05%
G=41.48%
B=32.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811291010.3700.220.4914522.8641.18
Hex5181652501631911729
Octal12120114545026612212751
Binary10100011000000111001011001010101101100011001000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518165; }

 p { color: rgb(81,129,101); }

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

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

 a { background-color: rgb(81,129,101); }

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

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

 span { border-color: rgb(81,129,101); }

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