Html Css Color HEX #407060 Stromboli

📋 copy color: '#407060'

red 64 ◦ green 112 ◦ blue 96

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

Shades of Stromboli #407060

Tints of Stromboli #407060

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.18%

 BLUE value IS 96 (37.89% from 255) = 35.29%

R = 23.53%
G = 41.18%
B = 35.29%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#407060 (or 0x407060) is known color: Stromboli. HEX triplet: 40, 70 and 60. RGB value is (64,112,96). Sum of RGB (Red+Green+Blue) = 64+112+96=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #407060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407060 is #BF8F9F. Grayscale: #5F5F5F. Windows color (decimal): -12554144 or 6320192. OLE color: 6320192.

HSL color Cylindrical-coordinate representation of color #407060: hue angle of 160º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #407060 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 96 -
CMYK 0.43 0 0.14 0.56
HSL 160º 0.27% 0.35% -
HSV(B) 160º 0.43% 0.44% -
XYZ 10.02 13.52 13.15 -
YUV 95.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 64 112 96 0.43 0 0.14 0.56 160 0.27 0.35
Hex 40 70 60 2B 0 E 38 A0 1B 23
Octal 100 160 140 53 0 16 70 240 33 43
Binary 1000000 1110000 1100000 101011 0 1110 111000 10100000 11011 100011

Color Harmonies of #407060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407060

Black with #407060

Text Example


Text Example

White with #407060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407060; }

 p { color: rgb(64,112,96); }

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

background-color css

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

 a { background-color: rgb(64,112,96); }

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

border-color css

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

 span { border-color: rgb(64,112,96); }

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