#51765D

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

Shades of Como #51765D

Tints of Como #51765D

Color information

#51765D (or 0x51765D) is unknown color: approx Como. HEX triplet: 51, 76 and 5D. RGB value is (81,118,93). Sum of RGB (Red+Green+Blue) = 81+118+93=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #51765D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51765D is #AE89A2. Grayscale: #686868. Windows color (decimal): -11438499 or 6125137. OLE color: 6125137.

HSL color Cylindrical-coordinate representation of color #51765D: hue angle of 139.46º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #51765D is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB8111893-
CMYK0.3100.210.54
HSL139.46º18.59%39.02%-
HSV(B)139.46º31.36%46.27%-
XYZ11.8515.512.72-
YUV104.09121.74111.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.74%
GREEN value IS 118 (46.48% from 255) = 40.41%
BLUE value IS 93 (36.72% from 255) = 31.85%
R=27.74%
G=40.41%
B=31.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81118930.3100.210.54139.4618.5939.02
Hex51765D1F015368b1327
Octal12116613537025662132347
Binary101000111101101011101111110101011101101000101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51765D; }

 p { color: rgb(81,118,93); }

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

<style>
 a { background-color: #51765D; }

 a { background-color: rgb(81,118,93); }

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

<style>
 span { border-color: #51765D; }

 span { border-color: rgb(81,118,93); }

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