#457D57

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

Shades of Como #457D57

Tints of Como #457D57

Color information

#457D57 (or 0x457D57) is unknown color: approx Como. HEX triplet: 45, 7D and 57. RGB value is (69,125,87). Sum of RGB (Red+Green+Blue) = 69+125+87=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 125 - color contains mainly: green. Hex color #457D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457D57 is #BA82A8. Grayscale: #686868. Windows color (decimal): -12223145 or 5733701. OLE color: 5733701.

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

Color convert

RGB6912587-
CMYK0.4500.300.51
HSL139.29º28.87%38.04%-
HSV(B)139.29º44.8%49.02%-
XYZ11.5116.6211.62-
YUV103.92118.45103.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.56%
GREEN value IS 125 (49.22% from 255) = 44.48%
BLUE value IS 87 (34.38% from 255) = 30.96%
R=24.56%
G=44.48%
B=30.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69125870.4500.300.51139.2928.8738.04
Hex457D572D01E338b1d26
Octal10517512755036632133546
Binary1000101111110110101111011010111101100111000101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,125,87); }

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

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

 a { background-color: rgb(69,125,87); }

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

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

 span { border-color: rgb(69,125,87); }

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