#457C60

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

Shades of Como #457C60

Tints of Como #457C60

Color information

#457C60 (or 0x457C60) is unknown color: approx Como. HEX triplet: 45, 7C and 60. RGB value is (69,124,96). Sum of RGB (Red+Green+Blue) = 69+124+96=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 124 - color contains mainly: green. Hex color #457C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457C60 is #BA839F. Grayscale: #686868. Windows color (decimal): -12223392 or 6323269. OLE color: 6323269.

HSL color Cylindrical-coordinate representation of color #457C60: hue angle of 149.45º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #457C60 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB6912496-
CMYK0.4400.230.51
HSL149.45º28.5%37.84%-
HSV(B)149.45º44.35%48.63%-
XYZ11.7716.5313.64-
YUV104.36123.28102.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.88%
GREEN value IS 124 (48.83% from 255) = 42.91%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=23.88%
G=42.91%
B=33.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69124960.4400.230.51149.4528.537.84
Hex457C602C01733951c26
Octal10517414054027632253446
Binary1000101111110011000001011000101111100111001010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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