#406852

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

Shades of Stromboli #406852

Tints of Stromboli #406852

Color information

#406852 (or 0x406852) is unknown color: approx Stromboli. HEX triplet: 40, 68 and 52. RGB value is (64,104,82). Sum of RGB (Red+Green+Blue) = 64+104+82=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #406852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406852 is #BF97AD. Grayscale: #595959. Windows color (decimal): -12556206 or 5400640. OLE color: 5400640.

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

Color convert

RGB6410482-
CMYK0.3800.210.59
HSL147º23.81%32.94%-
HSV(B)147º38.46%40.78%-
XYZ8.5911.69.77-
YUV89.53123.75109.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.6%
GREEN value IS 104 (41.02% from 255) = 41.6%
BLUE value IS 82 (32.42% from 255) = 32.8%
R=25.6%
G=41.6%
B=32.8%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64104820.3800.210.5914723.8132.94
Hex406852260153B931821
Octal10015012246025732233041
Binary1000000110100010100101001100101011110111001001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406852; }

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

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

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

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

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

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

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

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