#40695A

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

Shades of Stromboli #40695A

Tints of Stromboli #40695A

Color information

#40695A (or 0x40695A) is unknown color: approx Stromboli. HEX triplet: 40, 69 and 5A. RGB value is (64,105,90). Sum of RGB (Red+Green+Blue) = 64+105+90=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 105 - color contains mainly: green. Hex color #40695A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40695A is #BF96A5. Grayscale: #5B5B5B. Windows color (decimal): -12555942 or 5925184. OLE color: 5925184.

HSL color Cylindrical-coordinate representation of color #40695A: hue angle of 158.05º 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 #40695A is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB6410590-
CMYK0.3900.140.59
HSL158.05º24.26%33.14%-
HSV(B)158.05º39.05%41.18%-
XYZ9.0111.9311.5-
YUV91.03127.42108.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 105 (41.41% from 255) = 40.54%
BLUE value IS 90 (35.55% from 255) = 34.75%
R=24.71%
G=40.54%
B=34.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105900.3900.140.59158.0524.2633.14
Hex40695A270E3B9e1821
Octal10015113247016732363041
Binary100000011010011011010100111011101110111001111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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