#416058

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

Shades of Stromboli #416058

Tints of Stromboli #416058

Color information

#416058 (or 0x416058) is unknown color: approx Stromboli. HEX triplet: 41, 60 and 58. RGB value is (65,96,88). Sum of RGB (Red+Green+Blue) = 65+96+88=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 96 - color contains mainly: green. Hex color #416058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416058 is #BE9FA7. Grayscale: #555555. Windows color (decimal): -12492712 or 5791809. OLE color: 5791809.

HSL color Cylindrical-coordinate representation of color #416058: hue angle of 164.52º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #416058 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB659688-
CMYK0.3200.080.62
HSL164.52º19.25%31.57%-
HSV(B)164.52º32.29%37.65%-
XYZ8.1210.1910.77-
YUV85.82129.23113.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.10%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 88 (34.77% from 255) = 35.34%
R=26.10%
G=38.55%
B=35.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6596880.3200.080.62164.5219.2531.57
Hex41605820083Ea51320
Octal10114013040010762452340
Binary100000111000001011000100000010001111101010010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416058; }

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

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

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

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

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

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

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

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