#406653

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

Shades of Stromboli #406653

Tints of Stromboli #406653

Color information

#406653 (or 0x406653) is unknown color: approx Stromboli. HEX triplet: 40, 66 and 53. RGB value is (64,102,83). Sum of RGB (Red+Green+Blue) = 64+102+83=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 102 - color contains mainly: green. Hex color #406653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406653 is #BF99AC. Grayscale: #585858. Windows color (decimal): -12556717 or 5465664. OLE color: 5465664.

HSL color Cylindrical-coordinate representation of color #406653: hue angle of 150º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #406653 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB6410283-
CMYK0.3700.190.6
HSL150º22.89%32.55%-
HSV(B)150º37.25%40%-
XYZ8.4311.229.9-
YUV88.47124.91110.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 102 (40.23% from 255) = 40.96%
BLUE value IS 83 (32.81% from 255) = 33.33%
R=25.70%
G=40.96%
B=33.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64102830.3700.190.615022.8932.55
Hex406653250133C961721
Octal10014612345023742262741
Binary1000000110011010100111001010100111111001001011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406653; }

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

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

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

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

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

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

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

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