#51745F

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

Shades of Como #51745F

Tints of Como #51745F

Color information

#51745F (or 0x51745F) is unknown color: approx Como. HEX triplet: 51, 74 and 5F. RGB value is (81,116,95). Sum of RGB (Red+Green+Blue) = 81+116+95=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #51745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51745F is #AE8BA0. Grayscale: #676767. Windows color (decimal): -11439009 or 6255697. OLE color: 6255697.

HSL color Cylindrical-coordinate representation of color #51745F: hue angle of 144º 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 #51745F is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB8111695-
CMYK0.3000.180.55
HSL144º17.77%38.63%-
HSV(B)144º30.17%45.49%-
XYZ11.715.0713.12-
YUV103.14123.4112.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.74%
GREEN value IS 116 (45.70% from 255) = 39.73%
BLUE value IS 95 (37.5% from 255) = 32.53%
R=27.74%
G=39.73%
B=32.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81116950.3000.180.5514417.7738.63
Hex51745F1E01237901227
Octal12116413736022672202247
Binary101000111101001011111111100100101101111001000010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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