#518368

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

Shades of Como #518368

Tints of Como #518368

Color information

#518368 (or 0x518368) is unknown color: approx Como. HEX triplet: 51, 83 and 68. RGB value is (81,131,104). Sum of RGB (Red+Green+Blue) = 81+131+104=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #518368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518368 is #AE7C97. Grayscale: #717171. Windows color (decimal): -11435160 or 6849361. OLE color: 6849361.

HSL color Cylindrical-coordinate representation of color #518368: hue angle of 147.6º 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 #518368 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB81131104-
CMYK0.3800.210.49
HSL147.6º23.58%41.57%-
HSV(B)147.6º38.17%51.37%-
XYZ14.0118.9816.02-
YUV112.97122.94105.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.63%
GREEN value IS 131 (51.56% from 255) = 41.46%
BLUE value IS 104 (41.02% from 255) = 32.91%
R=25.63%
G=41.46%
B=32.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811311040.3800.210.49147.623.5841.57
Hex518368260153194182a
Octal12120315046025612243052
Binary10100011000001111010001001100101011100011001010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518368; }

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

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

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

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

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

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

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

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