Html Css Color HEX #407161 Stromboli

📋 copy color: '#407161'

red 64 ◦ green 113 ◦ blue 97

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

Shades of Stromboli #407161

Tints of Stromboli #407161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.4%

R = 23.36%
G = 41.24%
B = 35.4%

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

#407161 (or 0x407161) is known color: Stromboli. HEX triplet: 40, 71 and 61. RGB value is (64,113,97). Sum of RGB (Red+Green+Blue) = 64+113+97=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 113 - color contains mainly: green. Hex color #407161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407161 is #BF8E9E. Grayscale: #606060. Windows color (decimal): -12553887 or 6385984. OLE color: 6385984.

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

Color convert

RGB 64 113 97 -
CMYK 0.43 0 0.14 0.56
HSL 160.41º 0.28% 0.35% -
HSV(B) 160.41º 0.43% 0.44% -
XYZ 10.18 13.76 13.43 -
YUV 96.53 128.27 104.8 -
System Red Green Blue C M Y K H S L
Decimal 64 113 97 0.43 0 0.14 0.56 160.41 0.28 0.35
Hex 40 71 61 2B 0 E 38 A0 1C 23
Octal 100 161 141 53 0 16 70 240 34 43
Binary 1000000 1110001 1100001 101011 0 1110 111000 10100000 11100 100011

Color Harmonies of #407161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407161

Black with #407161

Text Example


Text Example

White with #407161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407161; }

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

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

background-color css

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

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

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

border-color css

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

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

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