#406854

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

Shades of Stromboli #406854

Tints of Stromboli #406854

Color information

#406854 (or 0x406854) is unknown color: approx Stromboli. HEX triplet: 40, 68 and 54. RGB value is (64,104,84). Sum of RGB (Red+Green+Blue) = 64+104+84=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 104 - color contains mainly: green. Hex color #406854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406854 is #BF97AB. Grayscale: #595959. Windows color (decimal): -12556204 or 5531712. OLE color: 5531712.

HSL color Cylindrical-coordinate representation of color #406854: hue angle of 150º 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 #406854 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB6410484-
CMYK0.3800.190.59
HSL150º23.81%32.94%-
HSV(B)150º38.46%40.78%-
XYZ8.6611.6310.18-
YUV89.76124.75109.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.40%
GREEN value IS 104 (41.02% from 255) = 41.27%
BLUE value IS 84 (33.20% from 255) = 33.33%
R=25.40%
G=41.27%
B=33.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64104840.3800.190.5915023.8132.94
Hex406854260133B961821
Octal10015012446023732263041
Binary1000000110100010101001001100100111110111001011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406854; }

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

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

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

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

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

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

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

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