#51775F

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

Shades of Como #51775F

Tints of Como #51775F

Color information

#51775F (or 0x51775F) is unknown color: approx Como. HEX triplet: 51, 77 and 5F. RGB value is (81,119,95). Sum of RGB (Red+Green+Blue) = 81+119+95=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #51775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51775F is #AE88A0. Grayscale: #686868. Windows color (decimal): -11438241 or 6256465. OLE color: 6256465.

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

Color convert

RGB8111995-
CMYK0.3200.200.53
HSL142.11º19%39.22%-
HSV(B)142.11º31.93%46.67%-
XYZ12.0615.7713.23-
YUV104.9122.41110.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.46%
GREEN value IS 119 (46.88% from 255) = 40.34%
BLUE value IS 95 (37.5% from 255) = 32.20%
R=27.46%
G=40.34%
B=32.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81119950.3200.200.53142.111939.22
Hex51775F20014358e1327
Octal12116713740024652162347
Binary1010001111011110111111000000101001101011000111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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