#416658

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

Shades of Stromboli #416658

Tints of Stromboli #416658

Color information

#416658 (or 0x416658) is unknown color: approx Stromboli. HEX triplet: 41, 66 and 58. RGB value is (65,102,88). Sum of RGB (Red+Green+Blue) = 65+102+88=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 102 - color contains mainly: green. Hex color #416658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416658 is #BE99A7. Grayscale: #595959. Windows color (decimal): -12491176 or 5793345. OLE color: 5793345.

HSL color Cylindrical-coordinate representation of color #416658: hue angle of 157.3º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #416658 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB6510288-
CMYK0.3600.140.6
HSL157.3º22.16%32.75%-
HSV(B)157.3º36.27%40%-
XYZ8.6911.3310.96-
YUV89.34127.24110.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.49%
GREEN value IS 102 (40.23% from 255) = 40%
BLUE value IS 88 (34.77% from 255) = 34.51%
R=25.49%
G=40%
B=34.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65102880.3600.140.6157.322.1632.75
Hex416658240E3C9d1621
Octal10114613044016742352641
Binary100000111001101011000100100011101111001001110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416658; }

 p { color: rgb(65,102,88); }

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

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

 a { background-color: rgb(65,102,88); }

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

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

 span { border-color: rgb(65,102,88); }

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