#417060

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

Shades of Stromboli #417060

Tints of Stromboli #417060

Color information

#417060 (or 0x417060) is unknown color: approx Stromboli. HEX triplet: 41, 70 and 60. RGB value is (65,112,96). Sum of RGB (Red+Green+Blue) = 65+112+96=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #417060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417060 is #BE8F9F. Grayscale: #606060. Windows color (decimal): -12488608 or 6320193. OLE color: 6320193.

HSL color Cylindrical-coordinate representation of color #417060: hue angle of 159.57º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #417060 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB6511296-
CMYK0.4200.140.56
HSL159.57º26.55%34.71%-
HSV(B)159.57º41.96%43.92%-
XYZ10.0913.5613.15-
YUV96.12127.93105.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.81%
GREEN value IS 112 (44.14% from 255) = 41.03%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=23.81%
G=41.03%
B=35.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65112960.4200.140.56159.5726.5534.71
Hex4170602A0E38a01b23
Octal10116014052016702403343
Binary100000111100001100000101010011101110001010000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417060; }

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

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

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

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

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

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

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

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