#51785B

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

Shades of Como #51785B

Tints of Como #51785B

Color information

#51785B (or 0x51785B) is unknown color: approx Como. HEX triplet: 51, 78 and 5B. RGB value is (81,120,91). Sum of RGB (Red+Green+Blue) = 81+120+91=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 120 - color contains mainly: green. Hex color #51785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51785B is #AE87A4. Grayscale: #696969. Windows color (decimal): -11437989 or 5994577. OLE color: 5994577.

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

Color convert

RGB8112091-
CMYK0.3200.240.53
HSL135.38º19.4%39.41%-
HSV(B)135.38º32.5%47.06%-
XYZ1215.9412.34-
YUV105.03120.08110.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.74%
GREEN value IS 120 (47.27% from 255) = 41.10%
BLUE value IS 91 (35.94% from 255) = 31.16%
R=27.74%
G=41.10%
B=31.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81120910.3200.240.53135.3819.439.41
Hex51785B2001835871327
Octal12117013340030652072347
Binary1010001111100010110111000000110001101011000011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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