#51785C

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

Shades of Como #51785C

Tints of Como #51785C

Color information

#51785C (or 0x51785C) is unknown color: approx Como. HEX triplet: 51, 78 and 5C. RGB value is (81,120,92). Sum of RGB (Red+Green+Blue) = 81+120+92=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 120 - color contains mainly: green. Hex color #51785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51785C is #AE87A3. Grayscale: #696969. Windows color (decimal): -11437988 or 6060113. OLE color: 6060113.

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

Color convert

RGB8112092-
CMYK0.3200.230.53
HSL136.92º19.4%39.41%-
HSV(B)136.92º32.5%47.06%-
XYZ12.0415.9512.57-
YUV105.15120.58110.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.65%
GREEN value IS 120 (47.27% from 255) = 40.96%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=27.65%
G=40.96%
B=31.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81120920.3200.230.53136.9219.439.41
Hex51785C2001735891327
Octal12117013440027652112347
Binary1010001111100010111001000000101111101011000100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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