#40675E

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

Shades of Stromboli #40675E

Tints of Stromboli #40675E

Color information

#40675E (or 0x40675E) is unknown color: approx Stromboli. HEX triplet: 40, 67 and 5E. RGB value is (64,103,94). Sum of RGB (Red+Green+Blue) = 64+103+94=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 103 - color contains mainly: green. Hex color #40675E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40675E is #BF98A1. Grayscale: #5A5A5A. Windows color (decimal): -12556450 or 6186816. OLE color: 6186816.

HSL color Cylindrical-coordinate representation of color #40675E: hue angle of 166.15º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #40675E is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB6410394-
CMYK0.3800.090.60
HSL166.15º23.35%32.75%-
HSV(B)166.15º37.86%40.39%-
XYZ8.9811.612.35-
YUV90.31130.08109.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.52%
GREEN value IS 103 (40.62% from 255) = 39.46%
BLUE value IS 94 (37.11% from 255) = 36.02%
R=24.52%
G=39.46%
B=36.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64103940.3800.090.60166.1523.3532.75
Hex40675E26093Ca61721
Octal10014713646011742462741
Binary100000011001111011110100110010011111001010011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40675E; }

 p { color: rgb(64,103,94); }

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

<style>
 a { background-color: #40675E; }

 a { background-color: rgb(64,103,94); }

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

<style>
 span { border-color: #40675E; }

 span { border-color: rgb(64,103,94); }

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