#456C60

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

Shades of Stromboli #456C60

Tints of Stromboli #456C60

Color information

#456C60 (or 0x456C60) is unknown color: approx Stromboli. HEX triplet: 45, 6C and 60. RGB value is (69,108,96). Sum of RGB (Red+Green+Blue) = 69+108+96=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 108 - color contains mainly: green. Hex color #456C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456C60 is #BA939F. Grayscale: #5E5E5E. Windows color (decimal): -12227488 or 6319173. OLE color: 6319173.

HSL color Cylindrical-coordinate representation of color #456C60: hue angle of 161.54º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #456C60 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB6910896-
CMYK0.3600.110.58
HSL161.54º22.03%34.71%-
HSV(B)161.54º36.11%42.35%-
XYZ9.9312.8313.02-
YUV94.97128.58109.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.27%
GREEN value IS 108 (42.58% from 255) = 39.56%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=25.27%
G=39.56%
B=35.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69108960.3600.110.58161.5422.0334.71
Hex456C60240B3Aa21623
Octal10515414044013722422643
Binary100010111011001100000100100010111110101010001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456C60; }

 p { color: rgb(69,108,96); }

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

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

 a { background-color: rgb(69,108,96); }

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

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

 span { border-color: rgb(69,108,96); }

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