#415D52

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

Shades of Stromboli #415D52

Tints of Stromboli #415D52

Color information

#415D52 (or 0x415D52) is unknown color: approx Stromboli. HEX triplet: 41, 5D and 52. RGB value is (65,93,82). Sum of RGB (Red+Green+Blue) = 65+93+82=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 93 - color contains mainly: green. Hex color #415D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415D52 is #BEA2AD. Grayscale: #535353. Windows color (decimal): -12493486 or 5397825. OLE color: 5397825.

HSL color Cylindrical-coordinate representation of color #415D52: hue angle of 156.43º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #415D52 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB659382-
CMYK0.3000.120.64
HSL156.43º17.72%30.98%-
HSV(B)156.43º30.11%36.47%-
XYZ7.629.569.43-
YUV83.37127.22114.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 93 (36.72% from 255) = 38.75%
BLUE value IS 82 (32.42% from 255) = 34.17%
R=27.08%
G=38.75%
B=34.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6593820.3000.120.64156.4317.7230.98
Hex415D521E0C409c121f
Octal101135122360141002342237
Binary10000011011101101001011110011001000000100111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,93,82); }

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

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

 a { background-color: rgb(65,93,82); }

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

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

 span { border-color: rgb(65,93,82); }

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