#40705D

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

Shades of Stromboli #40705D

Tints of Stromboli #40705D

Color information

#40705D (or 0x40705D) is unknown color: approx Stromboli. HEX triplet: 40, 70 and 5D. RGB value is (64,112,93). Sum of RGB (Red+Green+Blue) = 64+112+93=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #40705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40705D is #BF8FA2. Grayscale: #5F5F5F. Windows color (decimal): -12554147 or 6123584. OLE color: 6123584.

HSL color Cylindrical-coordinate representation of color #40705D: hue angle of 156.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40705D is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB6411293-
CMYK0.4300.170.56
HSL156.25º27.27%34.51%-
HSV(B)156.25º42.86%43.92%-
XYZ9.8813.4712.43-
YUV95.48126.6105.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.79%
GREEN value IS 112 (44.14% from 255) = 41.64%
BLUE value IS 93 (36.72% from 255) = 34.57%
R=23.79%
G=41.64%
B=34.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112930.4300.170.56156.2527.2734.51
Hex40705D2B011389c1b23
Octal10016013553021702343343
Binary1000000111000010111011010110100011110001001110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,112,93); }

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

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

 a { background-color: rgb(64,112,93); }

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

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

 span { border-color: rgb(64,112,93); }

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