Html Css Color HEX #406F58 Stromboli

📋 copy color: '#406F58'

red 64 ◦ green 111 ◦ blue 88

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

Shades of Stromboli #406F58

Tints of Stromboli #406F58

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.21%

 BLUE value IS 88 (34.77% from 255) = 33.46%

R = 24.33%
G = 42.21%
B = 33.46%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#406F58 (or 0x406F58) is known color: Stromboli. HEX triplet: 40, 6F and 58. RGB value is (64,111,88). Sum of RGB (Red+Green+Blue) = 64+111+88=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 111 - color contains mainly: green. Hex color #406F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F58 is #BF90A7. Grayscale: #5E5E5E. Windows color (decimal): -12554408 or 5795648. OLE color: 5795648.

HSL color Cylindrical-coordinate representation of color #406F58: hue angle of 150.64º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #406F58 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 111 88 -
CMYK 0.42 0 0.21 0.56
HSL 150.64º 0.27% 0.34% -
HSV(B) 150.64º 0.42% 0.44% -
XYZ 9.56 13.16 11.27 -
YUV 94.33 124.43 106.37 -
System Red Green Blue C M Y K H S L
Decimal 64 111 88 0.42 0 0.21 0.56 150.64 0.27 0.34
Hex 40 6F 58 2A 0 15 38 97 1B 22
Octal 100 157 130 52 0 25 70 227 33 42
Binary 1000000 1101111 1011000 101010 0 10101 111000 10010111 11011 100010

Color Harmonies of #406F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F58

Black with #406F58

Text Example


Text Example

White with #406F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,111,88); }

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

background-color css

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

 a { background-color: rgb(64,111,88); }

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

border-color css

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

 span { border-color: rgb(64,111,88); }

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