#51795C

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

Shades of Como #51795C

Tints of Como #51795C

Color information

#51795C (or 0x51795C) is unknown color: approx Como. HEX triplet: 51, 79 and 5C. RGB value is (81,121,92). Sum of RGB (Red+Green+Blue) = 81+121+92=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 121 - color contains mainly: green. Hex color #51795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51795C is #AE86A3. Grayscale: #696969. Windows color (decimal): -11437732 or 6060369. OLE color: 6060369.

HSL color Cylindrical-coordinate representation of color #51795C: hue angle of 136.5º 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 #51795C is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB8112192-
CMYK0.3300.240.53
HSL136.5º19.8%39.61%-
HSV(B)136.5º33.06%47.45%-
XYZ12.1616.212.61-
YUV105.73120.25110.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.55%
GREEN value IS 121 (47.66% from 255) = 41.16%
BLUE value IS 92 (36.33% from 255) = 31.29%
R=27.55%
G=41.16%
B=31.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81121920.3300.240.53136.519.839.61
Hex51795C2101835881428
Octal12117113441030652102450
Binary1010001111100110111001000010110001101011000100010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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