#40685E

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

Shades of Stromboli #40685E

Tints of Stromboli #40685E

Color information

#40685E (or 0x40685E) is unknown color: approx Stromboli. HEX triplet: 40, 68 and 5E. RGB value is (64,104,94). Sum of RGB (Red+Green+Blue) = 64+104+94=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 104 - color contains mainly: green. Hex color #40685E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40685E is #BF97A1. Grayscale: #5A5A5A. Windows color (decimal): -12556194 or 6187072. OLE color: 6187072.

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

Color convert

RGB6410494-
CMYK0.3800.100.59
HSL165º23.81%32.94%-
HSV(B)165º38.46%40.78%-
XYZ9.0911.812.39-
YUV90.9129.75108.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.43%
GREEN value IS 104 (41.02% from 255) = 39.69%
BLUE value IS 94 (37.11% from 255) = 35.88%
R=24.43%
G=39.69%
B=35.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64104940.3800.100.5916523.8132.94
Hex40685E260A3Ba51821
Octal10015013646012732453041
Binary100000011010001011110100110010101110111010010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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