#40645F

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

Shades of Stromboli #40645F

Tints of Stromboli #40645F

Color information

#40645F (or 0x40645F) is unknown color: approx Stromboli. HEX triplet: 40, 64 and 5F. RGB value is (64,100,95). Sum of RGB (Red+Green+Blue) = 64+100+95=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 100 - color contains mainly: green. Hex color #40645F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40645F is #BF9BA0. Grayscale: #585858. Windows color (decimal): -12557217 or 6251584. OLE color: 6251584.

HSL color Cylindrical-coordinate representation of color #40645F: hue angle of 171.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #40645F is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB6410095-
CMYK0.3600.050.61
HSL171.67º21.95%32.16%-
HSV(B)171.67º36%39.22%-
XYZ8.7411.0312.5-
YUV88.67131.57110.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 100 (39.45% from 255) = 38.61%
BLUE value IS 95 (37.5% from 255) = 36.68%
R=24.71%
G=38.61%
B=36.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal64100950.3600.050.61171.6721.9532.16
Hex40645F24053Dac1620
Octal1001441374405752542640
Binary10000001100100101111110010001011111011010110010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40645F; }

 p { color: rgb(64,100,95); }

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

<style>
 a { background-color: #40645F; }

 a { background-color: rgb(64,100,95); }

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

<style>
 span { border-color: #40645F; }

 span { border-color: rgb(64,100,95); }

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