#406353

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

Shades of Stromboli #406353

Tints of Stromboli #406353

Color information

#406353 (or 0x406353) is unknown color: approx Stromboli. HEX triplet: 40, 63 and 53. RGB value is (64,99,83). Sum of RGB (Red+Green+Blue) = 64+99+83=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #406353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406353 is #BF9CAC. Grayscale: #565656. Windows color (decimal): -12557485 or 5464896. OLE color: 5464896.

HSL color Cylindrical-coordinate representation of color #406353: hue angle of 152.57º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #406353 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB649983-
CMYK0.3500.160.61
HSL152.57º21.47%31.96%-
HSV(B)152.57º35.35%38.82%-
XYZ8.1410.649.81-
YUV86.71125.9111.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 99 (39.06% from 255) = 40.24%
BLUE value IS 83 (32.81% from 255) = 33.74%
R=26.02%
G=40.24%
B=33.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6499830.3500.160.61152.5721.4731.96
Hex406353230103D991520
Octal10014312343020752312540
Binary1000000110001110100111000110100001111011001100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406353; }

 p { color: rgb(64,99,83); }

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

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

 a { background-color: rgb(64,99,83); }

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

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

 span { border-color: rgb(64,99,83); }

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