Html Css Color HEX #406A5F Stromboli

📋 copy color: '#406A5F'

red 64 ◦ green 106 ◦ blue 95

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

Shades of Stromboli #406A5F

Tints of Stromboli #406A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.85%

R = 24.15%
G = 40%
B = 35.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#406A5F (or 0x406A5F) is known color: Stromboli. HEX triplet: 40, 6A and 5F. RGB value is (64,106,95). Sum of RGB (Red+Green+Blue) = 64+106+95=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 106 - color contains mainly: green. Hex color #406A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A5F is #BF95A0. Grayscale: #5C5C5C. Windows color (decimal): -12555681 or 6253120. OLE color: 6253120.

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

Color convert

RGB 64 106 95 -
CMYK 0.40 0 0.10 0.58
HSL 164.29º 0.25% 0.33% -
HSV(B) 164.29º 0.4% 0.42% -
XYZ 9.33 12.22 12.69 -
YUV 92.19 129.59 107.89 -
System Red Green Blue C M Y K H S L
Decimal 64 106 95 0.40 0 0.10 0.58 164.29 0.25 0.33
Hex 40 6A 5F 28 0 A 3A A4 19 21
Octal 100 152 137 50 0 12 72 244 31 41
Binary 1000000 1101010 1011111 101000 0 1010 111010 10100100 11001 100001

Color Harmonies of #406A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406A5F

Black with #406A5F

Text Example


Text Example

White with #406A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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