#457F58

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

Shades of Como #457F58

Tints of Como #457F58

Color information

#457F58 (or 0x457F58) is unknown color: approx Como. HEX triplet: 45, 7F and 58. RGB value is (69,127,88). Sum of RGB (Red+Green+Blue) = 69+127+88=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 127 - color contains mainly: green. Hex color #457F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457F58 is #BA80A7. Grayscale: #696969. Windows color (decimal): -12222632 or 5799749. OLE color: 5799749.

HSL color Cylindrical-coordinate representation of color #457F58: hue angle of 139.66º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #457F58 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB6912788-
CMYK0.4600.310.50
HSL139.66º29.59%38.43%-
HSV(B)139.66º45.67%49.8%-
XYZ11.8117.1511.92-
YUV105.21118.28102.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.30%
GREEN value IS 127 (50% from 255) = 44.72%
BLUE value IS 88 (34.77% from 255) = 30.99%
R=24.30%
G=44.72%
B=30.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69127880.4600.310.50139.6629.5938.43
Hex457F582E01F328c1e26
Octal10517713056037622143646
Binary1000101111111110110001011100111111100101000110011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,127,88); }

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

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

 a { background-color: rgb(69,127,88); }

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

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

 span { border-color: rgb(69,127,88); }

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