Html Css Color HEX #406A52 Stromboli

📋 copy color: '#406A52'

red 64 ◦ green 106 ◦ blue 82

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

Shades of Stromboli #406A52

Tints of Stromboli #406A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.54%

R = 25.4%
G = 42.06%
B = 32.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#406A52 (or 0x406A52) is known color: Stromboli. HEX triplet: 40, 6A and 52. RGB value is (64,106,82). Sum of RGB (Red+Green+Blue) = 64+106+82=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 106 (41.80% from 255 or 42.06% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 106 - color contains mainly: green. Hex color #406A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A52 is #BF95AD. Grayscale: #5A5A5A. Windows color (decimal): -12555694 or 5401152. OLE color: 5401152.

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

Color convert

RGB 64 106 82 -
CMYK 0.40 0 0.23 0.58
HSL 145.71º 0.25% 0.33% -
HSV(B) 145.71º 0.4% 0.42% -
XYZ 8.79 12.01 9.84 -
YUV 90.71 123.09 108.95 -
System Red Green Blue C M Y K H S L
Decimal 64 106 82 0.40 0 0.23 0.58 145.71 0.25 0.33
Hex 40 6A 52 28 0 17 3A 92 19 21
Octal 100 152 122 50 0 27 72 222 31 41
Binary 1000000 1101010 1010010 101000 0 10111 111010 10010010 11001 100001

Color Harmonies of #406A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406A52

Black with #406A52

Text Example


Text Example

White with #406A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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