#406752

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

Shades of Stromboli #406752

Tints of Stromboli #406752

Color information

#406752 (or 0x406752) is unknown color: approx Stromboli. HEX triplet: 40, 67 and 52. RGB value is (64,103,82). Sum of RGB (Red+Green+Blue) = 64+103+82=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 103 - color contains mainly: green. Hex color #406752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406752 is #BF98AD. Grayscale: #585858. Windows color (decimal): -12556462 or 5400384. OLE color: 5400384.

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

Color convert

RGB6410382-
CMYK0.3800.200.60
HSL147.69º23.35%32.75%-
HSV(B)147.69º37.86%40.39%-
XYZ8.4911.49.74-
YUV88.94124.08110.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 103 (40.62% from 255) = 41.37%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=25.70%
G=41.37%
B=32.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64103820.3800.200.60147.6923.3532.75
Hex406752260143C941721
Octal10014712246024742242741
Binary1000000110011110100101001100101001111001001010010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406752; }

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

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

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

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

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

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

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

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