#417160

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

Shades of Stromboli #417160

Tints of Stromboli #417160

Color information

#417160 (or 0x417160) is unknown color: approx Stromboli. HEX triplet: 41, 71 and 60. RGB value is (65,113,96). Sum of RGB (Red+Green+Blue) = 65+113+96=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 113 - color contains mainly: green. Hex color #417160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417160 is #BE8E9F. Grayscale: #606060. Windows color (decimal): -12488352 or 6320449. OLE color: 6320449.

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

Color convert

RGB6511396-
CMYK0.4200.150.56
HSL158.75º26.97%34.9%-
HSV(B)158.75º42.48%44.31%-
XYZ10.213.7813.19-
YUV96.71127.6105.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.72%
GREEN value IS 113 (44.53% from 255) = 41.24%
BLUE value IS 96 (37.89% from 255) = 35.04%
R=23.72%
G=41.24%
B=35.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65113960.4200.150.56158.7526.9734.9
Hex4171602A0F389f1b23
Octal10116114052017702373343
Binary100000111100011100000101010011111110001001111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417160; }

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

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

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

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

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

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

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

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