#458A63

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

Shades of Como #458A63

Tints of Como #458A63

Color information

#458A63 (or 0x458A63) is unknown color: approx Como. HEX triplet: 45, 8A and 63. RGB value is (69,138,99). Sum of RGB (Red+Green+Blue) = 69+138+99=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 138 - color contains mainly: green. Hex color #458A63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458A63 is #BA759C. Grayscale: #717171. Windows color (decimal): -12219805 or 6523461. OLE color: 6523461.

HSL color Cylindrical-coordinate representation of color #458A63: hue angle of 146.09º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458A63 is Cyan = 0.5, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB6913899-
CMYK0.500.280.46
HSL146.09º33.33%40.59%-
HSV(B)146.09º50%54.12%-
XYZ13.7920.3415-
YUV112.92120.1496.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.55%
GREEN value IS 138 (54.30% from 255) = 45.10%
BLUE value IS 99 (39.06% from 255) = 32.35%
R=22.55%
G=45.10%
B=32.35%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69138990.500.280.46146.0933.3340.59
Hex458A633201C2E922129
Octal10521214362034562224151
Binary100010110001010110001111001001110010111010010010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458A63; }

 p { color: rgb(69,138,99); }

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

<style>
 a { background-color: #458A63; }

 a { background-color: rgb(69,138,99); }

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

<style>
 span { border-color: #458A63; }

 span { border-color: rgb(69,138,99); }

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