#416154

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

Shades of Stromboli #416154

Tints of Stromboli #416154

Color information

#416154 (or 0x416154) is unknown color: approx Stromboli. HEX triplet: 41, 61 and 54. RGB value is (65,97,84). Sum of RGB (Red+Green+Blue) = 65+97+84=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 97 - color contains mainly: green. Hex color #416154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416154 is #BE9EAB. Grayscale: #555555. Windows color (decimal): -12492460 or 5529921. OLE color: 5529921.

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

Color convert

RGB659784-
CMYK0.3300.130.62
HSL155.62º19.75%31.76%-
HSV(B)155.62º32.99%38.04%-
XYZ8.0510.319.95-
YUV85.95126.9113.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.42%
GREEN value IS 97 (38.28% from 255) = 39.43%
BLUE value IS 84 (33.20% from 255) = 34.15%
R=26.42%
G=39.43%
B=34.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6597840.3300.130.62155.6219.7531.76
Hex416154210D3E9c1420
Octal10114112441015762342440
Binary100000111000011010100100001011011111101001110010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416154; }

 p { color: rgb(65,97,84); }

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

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

 a { background-color: rgb(65,97,84); }

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

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

 span { border-color: rgb(65,97,84); }

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