#40655E

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

Shades of Stromboli #40655E

Tints of Stromboli #40655E

Color information

#40655E (or 0x40655E) is unknown color: approx Stromboli. HEX triplet: 40, 65 and 5E. RGB value is (64,101,94). Sum of RGB (Red+Green+Blue) = 64+101+94=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 101 - color contains mainly: green. Hex color #40655E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40655E is #BF9AA1. Grayscale: #595959. Windows color (decimal): -12556962 or 6186304. OLE color: 6186304.

HSL color Cylindrical-coordinate representation of color #40655E: hue angle of 168.65º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #40655E is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB6410194-
CMYK0.3700.070.60
HSL168.65º22.42%32.35%-
HSV(B)168.65º36.63%39.61%-
XYZ8.7911.2112.29-
YUV89.14130.74110.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 101 (39.84% from 255) = 39.00%
BLUE value IS 94 (37.11% from 255) = 36.29%
R=24.71%
G=39.00%
B=36.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64101940.3700.070.60168.6522.4232.35
Hex40655E25073Ca91620
Octal1001451364507742512640
Binary10000001100101101111010010101111111001010100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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