#40715D

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

Shades of Stromboli #40715D

Tints of Stromboli #40715D

Color information

#40715D (or 0x40715D) is unknown color: approx Stromboli. HEX triplet: 40, 71 and 5D. RGB value is (64,113,93). Sum of RGB (Red+Green+Blue) = 64+113+93=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #40715D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40715D is #BF8EA2. Grayscale: #606060. Windows color (decimal): -12553891 or 6123840. OLE color: 6123840.

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

Color convert

RGB6411393-
CMYK0.4300.180.56
HSL155.51º27.68%34.71%-
HSV(B)155.51º43.36%44.31%-
XYZ1013.6912.47-
YUV96.07126.27105.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 113 (44.53% from 255) = 41.85%
BLUE value IS 93 (36.72% from 255) = 34.44%
R=23.70%
G=41.85%
B=34.44%

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
Decimal64113930.4300.180.56155.5127.6834.71
Hex40715D2B012389c1c23
Octal10016113553022702343443
Binary1000000111000110111011010110100101110001001110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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