#406254

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

Shades of Stromboli #406254

Tints of Stromboli #406254

Color information

#406254 (or 0x406254) is unknown color: approx Stromboli. HEX triplet: 40, 62 and 54. RGB value is (64,98,84). Sum of RGB (Red+Green+Blue) = 64+98+84=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 98 - color contains mainly: green. Hex color #406254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406254 is #BF9DAB. Grayscale: #565656. Windows color (decimal): -12557740 or 5530176. OLE color: 5530176.

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

Color convert

RGB649884-
CMYK0.3500.140.62
HSL155.29º20.99%31.76%-
HSV(B)155.29º34.69%38.43%-
XYZ8.0810.479.98-
YUV86.24126.74112.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 98 (38.67% from 255) = 39.84%
BLUE value IS 84 (33.20% from 255) = 34.15%
R=26.02%
G=39.84%
B=34.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6498840.3500.140.62155.2920.9931.76
Hex406254230E3E9b1520
Octal10014212443016762332540
Binary100000011000101010100100011011101111101001101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406254; }

 p { color: rgb(64,98,84); }

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

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

 a { background-color: rgb(64,98,84); }

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

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

 span { border-color: rgb(64,98,84); }

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