#417460

Color #417460 Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #417460

Tints of Stromboli #417460

Color information

#417460 (or 0x417460) is unknown color: approx Stromboli. HEX triplet: 41, 74 and 60. RGB value is (65,116,96). Sum of RGB (Red+Green+Blue) = 65+116+96=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #417460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417460 is #BE8B9F. Grayscale: #626262. Windows color (decimal): -12487584 or 6321217. OLE color: 6321217.

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

Color convert

RGB6511696-
CMYK0.4400.170.55
HSL156.47º28.18%35.49%-
HSV(B)156.47º43.97%45.49%-
XYZ10.5414.4613.3-
YUV98.47126.6104.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.47%
GREEN value IS 116 (45.70% from 255) = 41.88%
BLUE value IS 96 (37.89% from 255) = 34.66%
R=23.47%
G=41.88%
B=34.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65116960.4400.170.55156.4728.1835.49
Hex4174602C011379c1c23
Octal10116414054021672343443
Binary1000001111010011000001011000100011101111001110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417460; }

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

 H1.HeaderClassName
 {
   color: #417460;
 }
 .AnyTagClassName
 {
   color: #417460;
 }
</style>
background-color css

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

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

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

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

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

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