#457261

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

Shades of Stromboli #457261

Tints of Stromboli #457261

Color information

#457261 (or 0x457261) is unknown color: approx Stromboli. HEX triplet: 45, 72 and 61. RGB value is (69,114,97). Sum of RGB (Red+Green+Blue) = 69+114+97=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #457261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457261 is #BA8D9E. Grayscale: #626262. Windows color (decimal): -12225951 or 6386245. OLE color: 6386245.

HSL color Cylindrical-coordinate representation of color #457261: hue angle of 157.33º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #457261 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB6911497-
CMYK0.3900.150.55
HSL157.33º24.59%35.88%-
HSV(B)157.33º39.47%44.71%-
XYZ10.6314.1613.48-
YUV98.61127.09106.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.64%
GREEN value IS 114 (44.92% from 255) = 40.71%
BLUE value IS 97 (38.28% from 255) = 34.64%
R=24.64%
G=40.71%
B=34.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69114970.3900.150.55157.3324.5935.88
Hex457261270F379d1924
Octal10516214147017672353144
Binary100010111100101100001100111011111101111001110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457261; }

 p { color: rgb(69,114,97); }

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

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

 a { background-color: rgb(69,114,97); }

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

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

 span { border-color: rgb(69,114,97); }

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