#40645C

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

Shades of Stromboli #40645C

Tints of Stromboli #40645C

Color information

#40645C (or 0x40645C) is unknown color: approx Stromboli. HEX triplet: 40, 64 and 5C. RGB value is (64,100,92). Sum of RGB (Red+Green+Blue) = 64+100+92=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 100 - color contains mainly: green. Hex color #40645C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40645C is #BF9BA3. Grayscale: #585858. Windows color (decimal): -12557220 or 6054976. OLE color: 6054976.

HSL color Cylindrical-coordinate representation of color #40645C: hue angle of 166.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 #40645C is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB6410092-
CMYK0.3600.080.61
HSL166.67º21.95%32.16%-
HSV(B)166.67º36%39.22%-
XYZ8.610.9811.79-
YUV88.32130.07110.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25%
GREEN value IS 100 (39.45% from 255) = 39.06%
BLUE value IS 92 (36.33% from 255) = 35.94%
R=25%
G=39.06%
B=35.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal64100920.3600.080.61166.6721.9532.16
Hex40645C24083Da71620
Octal10014413444010752472640
Binary100000011001001011100100100010001111011010011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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