Html Css Color HEX #407160 Stromboli

📋 copy color: '#407160'

red 64 ◦ green 113 ◦ blue 96

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

Shades of Stromboli #407160

Tints of Stromboli #407160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.39%

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

R = 23.44%
G = 41.39%
B = 35.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#407160 (or 0x407160) is known color: Stromboli. HEX triplet: 40, 71 and 60. RGB value is (64,113,96). Sum of RGB (Red+Green+Blue) = 64+113+96=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #407160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407160 is #BF8E9F. Grayscale: #606060. Windows color (decimal): -12553888 or 6320448. OLE color: 6320448.

HSL color Cylindrical-coordinate representation of color #407160: hue angle of 159.18º degrees, saturation: 0.28, 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 #407160 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 113 96 -
CMYK 0.43 0 0.15 0.56
HSL 159.18º 0.28% 0.35% -
HSV(B) 159.18º 0.43% 0.44% -
XYZ 10.13 13.74 13.19 -
YUV 96.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 64 113 96 0.43 0 0.15 0.56 159.18 0.28 0.35
Hex 40 71 60 2B 0 F 38 9F 1C 23
Octal 100 161 140 53 0 17 70 237 34 43
Binary 1000000 1110001 1100000 101011 0 1111 111000 10011111 11100 100011

Color Harmonies of #407160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407160

Black with #407160

Text Example


Text Example

White with #407160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407160; }

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

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

background-color css

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

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

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

border-color css

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

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

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