#40705B

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

Shades of Stromboli #40705B

Tints of Stromboli #40705B

Color information

#40705B (or 0x40705B) is unknown color: approx Stromboli. HEX triplet: 40, 70 and 5B. RGB value is (64,112,91). Sum of RGB (Red+Green+Blue) = 64+112+91=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #40705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40705B is #BF8FA4. Grayscale: #5F5F5F. Windows color (decimal): -12554149 or 5992512. OLE color: 5992512.

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

Color convert

RGB6411291-
CMYK0.4300.190.56
HSL153.75º27.27%34.51%-
HSV(B)153.75º42.86%43.92%-
XYZ9.813.4311.97-
YUV95.25125.6105.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 91 (35.94% from 255) = 34.08%
R=23.97%
G=41.95%
B=34.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112910.4300.190.56153.7527.2734.51
Hex40705B2B013389a1b23
Octal10016013353023702323343
Binary1000000111000010110111010110100111110001001101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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