#457E5E

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

Shades of Como #457E5E

Tints of Como #457E5E

Color information

#457E5E (or 0x457E5E) is unknown color: approx Como. HEX triplet: 45, 7E and 5E. RGB value is (69,126,94). Sum of RGB (Red+Green+Blue) = 69+126+94=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 126 - color contains mainly: green. Hex color #457E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457E5E is #BA81A1. Grayscale: #696969. Windows color (decimal): -12222882 or 6192709. OLE color: 6192709.

HSL color Cylindrical-coordinate representation of color #457E5E: hue angle of 146.32º 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 #457E5E is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB6912694-
CMYK0.4500.250.51
HSL146.32º29.23%38.24%-
HSV(B)146.32º45.24%49.41%-
XYZ11.941713.24-
YUV105.31121.62102.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.88%
GREEN value IS 126 (49.61% from 255) = 43.60%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=23.88%
G=43.60%
B=32.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69126940.4500.250.51146.3229.2338.24
Hex457E5E2D01933921d26
Octal10517613655031632223546
Binary1000101111111010111101011010110011100111001001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,126,94); }

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

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

 a { background-color: rgb(69,126,94); }

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

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

 span { border-color: rgb(69,126,94); }

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