#416052

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

Shades of Stromboli #416052

Tints of Stromboli #416052

Color information

#416052 (or 0x416052) is unknown color: approx Stromboli. HEX triplet: 41, 60 and 52. RGB value is (65,96,82). Sum of RGB (Red+Green+Blue) = 65+96+82=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 96 - color contains mainly: green. Hex color #416052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416052 is #BE9FAD. Grayscale: #555555. Windows color (decimal): -12492718 or 5398593. OLE color: 5398593.

HSL color Cylindrical-coordinate representation of color #416052: hue angle of 152.9º 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 #416052 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB659682-
CMYK0.3200.150.62
HSL152.9º19.25%31.57%-
HSV(B)152.9º32.29%37.65%-
XYZ7.8910.19.52-
YUV85.14126.23113.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.75%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 82 (32.42% from 255) = 33.74%
R=26.75%
G=39.51%
B=33.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6596820.3200.150.62152.919.2531.57
Hex416052200F3E991320
Octal10114012240017762312340
Binary100000111000001010010100000011111111101001100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416052; }

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

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

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

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

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

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

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

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