#457062

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

Shades of Stromboli #457062

Tints of Stromboli #457062

Color information

#457062 (or 0x457062) is unknown color: approx Stromboli. HEX triplet: 45, 70 and 62. RGB value is (69,112,98). Sum of RGB (Red+Green+Blue) = 69+112+98=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #457062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457062 is #BA8F9D. Grayscale: #616161. Windows color (decimal): -12226462 or 6451269. OLE color: 6451269.

HSL color Cylindrical-coordinate representation of color #457062: hue angle of 160.47º 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 #457062 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB6911298-
CMYK0.3800.130.56
HSL160.47º23.76%35.49%-
HSV(B)160.47º38.39%43.92%-
XYZ10.4513.7413.66-
YUV97.55128.25107.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.73%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 98 (38.67% from 255) = 35.13%
R=24.73%
G=40.14%
B=35.13%

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
Decimal69112980.3800.130.56160.4723.7635.49
Hex457062260D38a01823
Octal10516014246015702403043
Binary100010111100001100010100110011011110001010000011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457062; }

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

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

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

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

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

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

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

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