#406C5F

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

Shades of Stromboli #406C5F

Tints of Stromboli #406C5F

Color information

#406C5F (or 0x406C5F) is unknown color: approx Stromboli. HEX triplet: 40, 6C and 5F. RGB value is (64,108,95). Sum of RGB (Red+Green+Blue) = 64+108+95=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 108 - color contains mainly: green. Hex color #406C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C5F is #BF93A0. Grayscale: #5D5D5D. Windows color (decimal): -12555169 or 6253632. OLE color: 6253632.

HSL color Cylindrical-coordinate representation of color #406C5F: hue angle of 162.27º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #406C5F is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB6410895-
CMYK0.4100.120.58
HSL162.27º25.58%33.73%-
HSV(B)162.27º40.74%42.35%-
XYZ9.5412.6412.76-
YUV93.36128.92107.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 108 (42.58% from 255) = 40.45%
BLUE value IS 95 (37.5% from 255) = 35.58%
R=23.97%
G=40.45%
B=35.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64108950.4100.120.58162.2725.5833.73
Hex406C5F290C3Aa21a22
Octal10015413751014722423242
Binary100000011011001011111101001011001110101010001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406C5F; }

 p { color: rgb(64,108,95); }

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

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

 a { background-color: rgb(64,108,95); }

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

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

 span { border-color: rgb(64,108,95); }

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