#457061

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

Shades of Stromboli #457061

Tints of Stromboli #457061

Color information

#457061 (or 0x457061) is unknown color: approx Stromboli. HEX triplet: 45, 70 and 61. RGB value is (69,112,97). Sum of RGB (Red+Green+Blue) = 69+112+97=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #457061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457061 is #BA8F9E. Grayscale: #616161. Windows color (decimal): -12226463 or 6385733. OLE color: 6385733.

HSL color Cylindrical-coordinate representation of color #457061: hue angle of 159.07º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #457061 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB6911297-
CMYK0.3800.130.56
HSL159.07º23.76%35.49%-
HSV(B)159.07º38.39%43.92%-
XYZ10.4113.7213.41-
YUV97.43127.75107.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.82%
GREEN value IS 112 (44.14% from 255) = 40.29%
BLUE value IS 97 (38.28% from 255) = 34.89%
R=24.82%
G=40.29%
B=34.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69112970.3800.130.56159.0723.7635.49
Hex457061260D389f1823
Octal10516014146015702373043
Binary100010111100001100001100110011011110001001111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457061; }

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

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

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

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

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

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

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

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