Html Css Color HEX #406F5A Stromboli

📋 copy color: '#406F5A'

red 64 ◦ green 111 ◦ blue 90

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

Shades of Stromboli #406F5A

Tints of Stromboli #406F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.96%

R = 24.15%
G = 41.89%
B = 33.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#406F5A (or 0x406F5A) is known color: Stromboli. HEX triplet: 40, 6F and 5A. RGB value is (64,111,90). Sum of RGB (Red+Green+Blue) = 64+111+90=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 111 - color contains mainly: green. Hex color #406F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F5A is #BF90A5. Grayscale: #5E5E5E. Windows color (decimal): -12554406 or 5926720. OLE color: 5926720.

HSL color Cylindrical-coordinate representation of color #406F5A: hue angle of 153.19º 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 #406F5A is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 111 90 -
CMYK 0.42 0 0.19 0.56
HSL 153.19º 0.27% 0.34% -
HSV(B) 153.19º 0.42% 0.44% -
XYZ 9.64 13.2 11.71 -
YUV 94.55 125.43 106.21 -
System Red Green Blue C M Y K H S L
Decimal 64 111 90 0.42 0 0.19 0.56 153.19 0.27 0.34
Hex 40 6F 5A 2A 0 13 38 99 1B 22
Octal 100 157 132 52 0 23 70 231 33 42
Binary 1000000 1101111 1011010 101010 0 10011 111000 10011001 11011 100010

Color Harmonies of #406F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F5A

Black with #406F5A

Text Example


Text Example

White with #406F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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