#51705F

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

Shades of Como #51705F

Tints of Como #51705F

Color information

#51705F (or 0x51705F) is unknown color: approx Como. HEX triplet: 51, 70 and 5F. RGB value is (81,112,95). Sum of RGB (Red+Green+Blue) = 81+112+95=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #51705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51705F is #AE8FA0. Grayscale: #646464. Windows color (decimal): -11440033 or 6254673. OLE color: 6254673.

HSL color Cylindrical-coordinate representation of color #51705F: hue angle of 147.1º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #51705F is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB8111295-
CMYK0.2800.150.56
HSL147.1º16.06%37.84%-
HSV(B)147.1º27.68%43.92%-
XYZ11.2514.1612.97-
YUV100.79124.73113.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.12%
GREEN value IS 112 (44.14% from 255) = 38.89%
BLUE value IS 95 (37.5% from 255) = 32.99%
R=28.12%
G=38.89%
B=32.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81112950.2800.150.56147.116.0637.84
Hex51705F1C0F38931026
Octal12116013734017702232046
Binary10100011110000101111111100011111110001001001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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