#40695E

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

Shades of Stromboli #40695E

Tints of Stromboli #40695E

Color information

#40695E (or 0x40695E) is unknown color: approx Stromboli. HEX triplet: 40, 69 and 5E. RGB value is (64,105,94). Sum of RGB (Red+Green+Blue) = 64+105+94=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 105 - color contains mainly: green. Hex color #40695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40695E is #BF96A1. Grayscale: #5B5B5B. Windows color (decimal): -12555938 or 6187328. OLE color: 6187328.

HSL color Cylindrical-coordinate representation of color #40695E: hue angle of 163.9º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #40695E is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB6410594-
CMYK0.3900.100.59
HSL163.9º24.26%33.14%-
HSV(B)163.9º39.05%41.18%-
XYZ9.191212.42-
YUV91.49129.42108.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.33%
GREEN value IS 105 (41.41% from 255) = 39.92%
BLUE value IS 94 (37.11% from 255) = 35.74%
R=24.33%
G=39.92%
B=35.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105940.3900.100.59163.924.2633.14
Hex40695E270A3Ba41821
Octal10015113647012732443041
Binary100000011010011011110100111010101110111010010011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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