#415E54

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

Shades of Stromboli #415E54

Tints of Stromboli #415E54

Color information

#415E54 (or 0x415E54) is unknown color: approx Stromboli. HEX triplet: 41, 5E and 54. RGB value is (65,94,84). Sum of RGB (Red+Green+Blue) = 65+94+84=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 94 - color contains mainly: green. Hex color #415E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415E54 is #BEA1AB. Grayscale: #545454. Windows color (decimal): -12493228 or 5529153. OLE color: 5529153.

HSL color Cylindrical-coordinate representation of color #415E54: hue angle of 159.31º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #415E54 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.

Color convert

RGB659484-
CMYK0.3100.110.63
HSL159.31º18.24%31.18%-
HSV(B)159.31º30.85%36.86%-
XYZ7.789.779.86-
YUV84.19127.89114.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.75%
GREEN value IS 94 (37.11% from 255) = 38.68%
BLUE value IS 84 (33.20% from 255) = 34.57%
R=26.75%
G=38.68%
B=34.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6594840.3100.110.63159.3118.2431.18
Hex415E541F0B3F9f121f
Octal10113612437013772372237
Binary1000001101111010101001111101011111111100111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415E54; }

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

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

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

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

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

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

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

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