#40615B

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

Shades of Stromboli #40615B

Tints of Stromboli #40615B

Color information

#40615B (or 0x40615B) is unknown color: approx Stromboli. HEX triplet: 40, 61 and 5B. RGB value is (64,97,91). Sum of RGB (Red+Green+Blue) = 64+97+91=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #40615B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40615B is #BF9EA4. Grayscale: #565656. Windows color (decimal): -12557989 or 5988672. OLE color: 5988672.

HSL color Cylindrical-coordinate representation of color #40615B: hue angle of 169.09º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #40615B is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB649791-
CMYK0.3400.060.62
HSL169.09º20.5%31.57%-
HSV(B)169.09º34.02%38.04%-
XYZ8.2810.3911.47-
YUV86.45130.57111.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.40%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 91 (35.94% from 255) = 36.11%
R=25.40%
G=38.49%
B=36.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6497910.3400.060.62169.0920.531.57
Hex40615B22063Ea91420
Octal1001411334206762512440
Binary10000001100001101101110001001101111101010100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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