#51785A

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

Shades of Como #51785A

Tints of Como #51785A

Color information

#51785A (or 0x51785A) is unknown color: approx Como. HEX triplet: 51, 78 and 5A. RGB value is (81,120,90). Sum of RGB (Red+Green+Blue) = 81+120+90=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 120 - color contains mainly: green. Hex color #51785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51785A is #AE87A5. Grayscale: #696969. Windows color (decimal): -11437990 or 5929041. OLE color: 5929041.

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

Color convert

RGB8112090-
CMYK0.3200.250.53
HSL133.85º19.4%39.41%-
HSV(B)133.85º32.5%47.06%-
XYZ11.9615.9212.12-
YUV104.92119.58110.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 120 (47.27% from 255) = 41.24%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=27.84%
G=41.24%
B=30.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81120900.3200.250.53133.8519.439.41
Hex51785A2001935861327
Octal12117013240031652062347
Binary1010001111100010110101000000110011101011000011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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