#40705C

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

Shades of Stromboli #40705C

Tints of Stromboli #40705C

Color information

#40705C (or 0x40705C) is unknown color: approx Stromboli. HEX triplet: 40, 70 and 5C. RGB value is (64,112,92). Sum of RGB (Red+Green+Blue) = 64+112+92=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #40705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40705C is #BF8FA3. Grayscale: #5F5F5F. Windows color (decimal): -12554148 or 6058048. OLE color: 6058048.

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

Color convert

RGB6411292-
CMYK0.4300.180.56
HSL155º27.27%34.51%-
HSV(B)155º42.86%43.92%-
XYZ9.8413.4512.2-
YUV95.37126.1105.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 112 (44.14% from 255) = 41.79%
BLUE value IS 92 (36.33% from 255) = 34.33%
R=23.88%
G=41.79%
B=34.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112920.4300.180.5615527.2734.51
Hex40705C2B012389b1b23
Octal10016013453022702333343
Binary1000000111000010111001010110100101110001001101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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