Html Css Color HEX #406A56 Stromboli

📋 copy color: '#406A56'

red 64 ◦ green 106 ◦ blue 86

#406A56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stromboli #406A56

Tints of Stromboli #406A56

RGB

 RED value IS 64 (25.39% from 255) = 25%

 GREEN value IS 106 (41.8% from 255) = 41.41%

 BLUE value IS 86 (33.98% from 255) = 33.59%

R = 25%
G = 41.41%
B = 33.59%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#406A56 (or 0x406A56) is known color: Stromboli. HEX triplet: 40, 6A and 56. RGB value is (64,106,86). Sum of RGB (Red+Green+Blue) = 64+106+86=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 106 - color contains mainly: green. Hex color #406A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A56 is #BF95A9. Grayscale: #5B5B5B. Windows color (decimal): -12555690 or 5663296. OLE color: 5663296.

HSL color Cylindrical-coordinate representation of color #406A56: hue angle of 151.43º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406A56 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 106 86 -
CMYK 0.40 0 0.19 0.58
HSL 151.43º 0.25% 0.33% -
HSV(B) 151.43º 0.4% 0.42% -
XYZ 8.95 12.07 10.66 -
YUV 91.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 64 106 86 0.40 0 0.19 0.58 151.43 0.25 0.33
Hex 40 6A 56 28 0 13 3A 97 19 21
Octal 100 152 126 50 0 23 72 227 31 41
Binary 1000000 1101010 1010110 101000 0 10011 111010 10010111 11001 100001

Color Harmonies of #406A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406A56

Black with #406A56

Text Example


Text Example

White with #406A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,106,86); }

 H1.HeaderClassName
 {
   color: #406A56;
 }
 .AnyTagClassName
 {
   color: #406A56;
 }
</style>

background-color css

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

 a { background-color: rgb(64,106,86); }

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

border-color css

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

 span { border-color: rgb(64,106,86); }

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