Html Css Color HEX #407460 Stromboli

📋 copy color: '#407460'

red 64 ◦ green 116 ◦ blue 96

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

Shades of Stromboli #407460

Tints of Stromboli #407460

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.03%

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

R = 23.19%
G = 42.03%
B = 34.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#407460 (or 0x407460) is known color: Stromboli. HEX triplet: 40, 74 and 60. RGB value is (64,116,96). Sum of RGB (Red+Green+Blue) = 64+116+96=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #407460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407460 is #BF8B9F. Grayscale: #626262. Windows color (decimal): -12553120 or 6321216. OLE color: 6321216.

HSL color Cylindrical-coordinate representation of color #407460: hue angle of 156.92º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #407460 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 116 96 -
CMYK 0.45 0 0.17 0.55
HSL 156.92º 0.29% 0.35% -
HSV(B) 156.92º 0.45% 0.45% -
XYZ 10.47 14.43 13.3 -
YUV 98.17 126.77 103.63 -
System Red Green Blue C M Y K H S L
Decimal 64 116 96 0.45 0 0.17 0.55 156.92 0.29 0.35
Hex 40 74 60 2D 0 11 37 9D 1D 23
Octal 100 164 140 55 0 21 67 235 35 43
Binary 1000000 1110100 1100000 101101 0 10001 110111 10011101 11101 100011

Color Harmonies of #407460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407460

Black with #407460

Text Example


Text Example

White with #407460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407460; }

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

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

background-color css

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

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

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

border-color css

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

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

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