#51785E

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

Shades of Como #51785E

Tints of Como #51785E

Color information

#51785E (or 0x51785E) is unknown color: approx Como. HEX triplet: 51, 78 and 5E. RGB value is (81,120,94). Sum of RGB (Red+Green+Blue) = 81+120+94=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #51785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51785E is #AE87A1. Grayscale: #696969. Windows color (decimal): -11437986 or 6191185. OLE color: 6191185.

HSL color Cylindrical-coordinate representation of color #51785E: hue angle of 140º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #51785E is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB8112094-
CMYK0.3200.220.53
HSL140º19.4%39.41%-
HSV(B)140º32.5%47.06%-
XYZ12.1315.9913.04-
YUV105.38121.58110.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.46%
GREEN value IS 120 (47.27% from 255) = 40.68%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=27.46%
G=40.68%
B=31.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81120940.3200.220.5314019.439.41
Hex51785E20016358c1327
Octal12117013640026652142347
Binary1010001111100010111101000000101101101011000110010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51785E; }

 p { color: rgb(81,120,94); }

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

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

 a { background-color: rgb(81,120,94); }

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

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

 span { border-color: rgb(81,120,94); }

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