#40705E

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

Shades of Stromboli #40705E

Tints of Stromboli #40705E

Color information

#40705E (or 0x40705E) is unknown color: approx Stromboli. HEX triplet: 40, 70 and 5E. RGB value is (64,112,94). Sum of RGB (Red+Green+Blue) = 64+112+94=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #40705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40705E is #BF8FA1. Grayscale: #5F5F5F. Windows color (decimal): -12554146 or 6189120. OLE color: 6189120.

HSL color Cylindrical-coordinate representation of color #40705E: hue angle of 157.5º 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 #40705E is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB6411294-
CMYK0.4300.160.56
HSL157.5º27.27%34.51%-
HSV(B)157.5º42.86%43.92%-
XYZ9.9313.4912.67-
YUV95.6127.1105.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 112 (44.14% from 255) = 41.48%
BLUE value IS 94 (37.11% from 255) = 34.81%
R=23.70%
G=41.48%
B=34.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112940.4300.160.56157.527.2734.51
Hex40705E2B010389e1b23
Octal10016013653020702363343
Binary1000000111000010111101010110100001110001001111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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