#416960

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

Shades of Stromboli #416960

Tints of Stromboli #416960

Color information

#416960 (or 0x416960) is unknown color: approx Stromboli. HEX triplet: 41, 69 and 60. RGB value is (65,105,96). Sum of RGB (Red+Green+Blue) = 65+105+96=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #416960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416960 is #BE969F. Grayscale: #5C5C5C. Windows color (decimal): -12490400 or 6318401. OLE color: 6318401.

HSL color Cylindrical-coordinate representation of color #416960: hue angle of 166.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #416960 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB6510596-
CMYK0.3800.090.59
HSL166.5º23.53%33.33%-
HSV(B)166.5º38.1%41.18%-
XYZ9.3412.0712.9-
YUV92.01130.25108.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.44%
GREEN value IS 105 (41.41% from 255) = 39.47%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=24.44%
G=39.47%
B=36.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65105960.3800.090.59166.523.5333.33
Hex41696026093Ba61821
Octal10115114046011732463041
Binary100000111010011100000100110010011110111010011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416960; }

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

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

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

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

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

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

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

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