Html Css Color HEX #406A55 Stromboli

📋 copy color: '#406A55'

red 64 ◦ green 106 ◦ blue 85

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

Shades of Stromboli #406A55

Tints of Stromboli #406A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.33%

R = 25.1%
G = 41.57%
B = 33.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#406A55 (or 0x406A55) is known color: Stromboli. HEX triplet: 40, 6A and 55. RGB value is (64,106,85). Sum of RGB (Red+Green+Blue) = 64+106+85=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 106 - color contains mainly: green. Hex color #406A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A55 is #BF95AA. Grayscale: #5B5B5B. Windows color (decimal): -12555691 or 5597760. OLE color: 5597760.

HSL color Cylindrical-coordinate representation of color #406A55: hue angle of 150º 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 #406A55 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 106 85 -
CMYK 0.40 0 0.20 0.58
HSL 150º 0.25% 0.33% -
HSV(B) 150º 0.4% 0.42% -
XYZ 8.91 12.05 10.45 -
YUV 91.05 124.59 108.71 -
System Red Green Blue C M Y K H S L
Decimal 64 106 85 0.40 0 0.20 0.58 150 0.25 0.33
Hex 40 6A 55 28 0 14 3A 96 19 21
Octal 100 152 125 50 0 24 72 226 31 41
Binary 1000000 1101010 1010101 101000 0 10100 111010 10010110 11001 100001

Color Harmonies of #406A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406A55

Black with #406A55

Text Example


Text Example

White with #406A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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