#51795D

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

Shades of Como #51795D

Tints of Como #51795D

Color information

#51795D (or 0x51795D) is unknown color: approx Como. HEX triplet: 51, 79 and 5D. RGB value is (81,121,93). Sum of RGB (Red+Green+Blue) = 81+121+93=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #51795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51795D is #AE86A2. Grayscale: #696969. Windows color (decimal): -11437731 or 6125905. OLE color: 6125905.

HSL color Cylindrical-coordinate representation of color #51795D: hue angle of 138º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #51795D is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB8112193-
CMYK0.3300.230.53
HSL138º19.8%39.61%-
HSV(B)138º33.06%47.45%-
XYZ12.2116.2112.84-
YUV105.85120.75110.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.46%
GREEN value IS 121 (47.66% from 255) = 41.02%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=27.46%
G=41.02%
B=31.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81121930.3300.230.5313819.839.61
Hex51795D21017358a1428
Octal12117113541027652122450
Binary1010001111100110111011000010101111101011000101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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