#51775D

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

Shades of Como #51775D

Tints of Como #51775D

Color information

#51775D (or 0x51775D) is unknown color: approx Como. HEX triplet: 51, 77 and 5D. RGB value is (81,119,93). Sum of RGB (Red+Green+Blue) = 81+119+93=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #51775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51775D is #AE88A2. Grayscale: #686868. Windows color (decimal): -11438243 or 6125393. OLE color: 6125393.

HSL color Cylindrical-coordinate representation of color #51775D: hue angle of 138.95º 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 #51775D is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB8111993-
CMYK0.3200.220.53
HSL138.95º19%39.22%-
HSV(B)138.95º31.93%46.67%-
XYZ11.9715.7312.76-
YUV104.67121.41111.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.65%
GREEN value IS 119 (46.88% from 255) = 40.61%
BLUE value IS 93 (36.72% from 255) = 31.74%
R=27.65%
G=40.61%
B=31.74%

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
Decimal81119930.3200.220.53138.951939.22
Hex51775D20016358b1327
Octal12116713540026652132347
Binary1010001111011110111011000000101101101011000101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51775D; }

 p { color: rgb(81,119,93); }

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

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

 a { background-color: rgb(81,119,93); }

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

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

 span { border-color: rgb(81,119,93); }

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