Html Css Color HEX #407162 Stromboli

📋 copy color: '#407162'

red 64 ◦ green 113 ◦ blue 98

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

Shades of Stromboli #407162

Tints of Stromboli #407162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.64%

R = 23.27%
G = 41.09%
B = 35.64%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#407162 (or 0x407162) is known color: Stromboli. HEX triplet: 40, 71 and 62. RGB value is (64,113,98). Sum of RGB (Red+Green+Blue) = 64+113+98=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #407162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407162 is #BF8E9D. Grayscale: #606060. Windows color (decimal): -12553886 or 6451520. OLE color: 6451520.

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

Color convert

RGB 64 113 98 -
CMYK 0.43 0 0.13 0.56
HSL 161.63º 0.28% 0.35% -
HSV(B) 161.63º 0.43% 0.44% -
XYZ 10.22 13.78 13.68 -
YUV 96.64 128.77 104.72 -
System Red Green Blue C M Y K H S L
Decimal 64 113 98 0.43 0 0.13 0.56 161.63 0.28 0.35
Hex 40 71 62 2B 0 D 38 A2 1C 23
Octal 100 161 142 53 0 15 70 242 34 43
Binary 1000000 1110001 1100010 101011 0 1101 111000 10100010 11100 100011

Color Harmonies of #407162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407162

Black with #407162

Text Example


Text Example

White with #407162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407162; }

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

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

background-color css

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

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

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

border-color css

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

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

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