#416253

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

Shades of Stromboli #416253

Tints of Stromboli #416253

Color information

#416253 (or 0x416253) is unknown color: approx Stromboli. HEX triplet: 41, 62 and 53. RGB value is (65,98,83). Sum of RGB (Red+Green+Blue) = 65+98+83=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 98 - color contains mainly: green. Hex color #416253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416253 is #BE9DAC. Grayscale: #565656. Windows color (decimal): -12492205 or 5464641. OLE color: 5464641.

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

Color convert

RGB659883-
CMYK0.3400.150.62
HSL152.73º20.25%31.96%-
HSV(B)152.73º33.67%38.43%-
XYZ8.1110.489.78-
YUV86.42126.07112.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.42%
GREEN value IS 98 (38.67% from 255) = 39.84%
BLUE value IS 83 (32.81% from 255) = 33.74%
R=26.42%
G=39.84%
B=33.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6598830.3400.150.62152.7320.2531.96
Hex416253220F3E991420
Octal10114212342017762312440
Binary100000111000101010011100010011111111101001100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416253; }

 p { color: rgb(65,98,83); }

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

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

 a { background-color: rgb(65,98,83); }

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

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

 span { border-color: rgb(65,98,83); }

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