#51745B

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

Shades of Como #51745B

Tints of Como #51745B

Color information

#51745B (or 0x51745B) is unknown color: approx Como. HEX triplet: 51, 74 and 5B. RGB value is (81,116,91). Sum of RGB (Red+Green+Blue) = 81+116+91=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 116 - color contains mainly: green. Hex color #51745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51745B is #AE8BA4. Grayscale: #666666. Windows color (decimal): -11439013 or 5993553. OLE color: 5993553.

HSL color Cylindrical-coordinate representation of color #51745B: hue angle of 137.14º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #51745B is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB8111691-
CMYK0.3000.220.55
HSL137.14º17.77%38.63%-
HSV(B)137.14º30.17%45.49%-
XYZ11.531512.18-
YUV102.68121.4112.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.12%
GREEN value IS 116 (45.70% from 255) = 40.28%
BLUE value IS 91 (35.94% from 255) = 31.60%
R=28.12%
G=40.28%
B=31.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81116910.3000.220.55137.1417.7738.63
Hex51745B1E01637891227
Octal12116413336026672112247
Binary101000111101001011011111100101101101111000100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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