#458A61

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

Shades of Como #458A61

Tints of Como #458A61

Color information

#458A61 (or 0x458A61) is unknown color: approx Como. HEX triplet: 45, 8A and 61. RGB value is (69,138,97). Sum of RGB (Red+Green+Blue) = 69+138+97=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 138 - color contains mainly: green. Hex color #458A61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458A61 is #BA759E. Grayscale: #707070. Windows color (decimal): -12219807 or 6392389. OLE color: 6392389.

HSL color Cylindrical-coordinate representation of color #458A61: hue angle of 144.35º 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 #458A61 is Cyan = 0.5, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB6913897-
CMYK0.500.300.46
HSL144.35º33.33%40.59%-
HSV(B)144.35º50%54.12%-
XYZ13.720.3114.51-
YUV112.7119.1496.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.70%
GREEN value IS 138 (54.30% from 255) = 45.39%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=22.70%
G=45.39%
B=31.91%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69138970.500.300.46144.3533.3340.59
Hex458A613201E2E902129
Octal10521214162036562204151
Binary100010110001010110000111001001111010111010010000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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