#40675C

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

Shades of Stromboli #40675C

Tints of Stromboli #40675C

Color information

#40675C (or 0x40675C) is unknown color: approx Stromboli. HEX triplet: 40, 67 and 5C. RGB value is (64,103,92). Sum of RGB (Red+Green+Blue) = 64+103+92=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 103 - color contains mainly: green. Hex color #40675C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40675C is #BF98A3. Grayscale: #5A5A5A. Windows color (decimal): -12556452 or 6055744. OLE color: 6055744.

HSL color Cylindrical-coordinate representation of color #40675C: hue angle of 163.08º 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 #40675C is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB6410392-
CMYK0.3800.110.60
HSL163.08º23.35%32.75%-
HSV(B)163.08º37.86%40.39%-
XYZ8.911.5611.89-
YUV90.08129.08109.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 103 (40.62% from 255) = 39.77%
BLUE value IS 92 (36.33% from 255) = 35.52%
R=24.71%
G=39.77%
B=35.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64103920.3800.110.60163.0823.3532.75
Hex40675C260B3Ca31721
Octal10014713446013742432741
Binary100000011001111011100100110010111111001010001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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