Shades of Como #458A60
Tints of Como #458A60
RGB
CMYK
RGB Variations
Color information
#458A60 (or 0x458A60) is known color: Como. HEX triplet: 45, 8A and 60. RGB value is (69,138,96). Sum of RGB (Red+Green+Blue) = 69+138+96=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 138 - color contains mainly: green. Hex color #458A60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458A60 is #BA759F. Grayscale: #707070. Windows color (decimal): -12219808 or 6326853. OLE color: 6326853.
HSL color Cylindrical-coordinate representation of color #458A60: hue angle of 143.48º 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 #458A60 is Cyan = 0.5, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 138 | 96 | - |
| CMYK | 0.5 | 0 | 0.30 | 0.46 |
| HSL | 143.48º | 0.33% | 0.41% | - |
| HSV(B) | 143.48º | 0.5% | 0.54% | - |
| XYZ | 13.65 | 20.29 | 14.26 | - |
| YUV | 112.58 | 118.64 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 96 | 0.5 | 0 | 0.30 | 0.46 | 143.48 | 0.33 | 0.41 |
| Hex | 45 | 8A | 60 | 32 | 0 | 1E | 2E | 8F | 21 | 29 |
| Octal | 105 | 212 | 140 | 62 | 0 | 36 | 56 | 217 | 41 | 51 |
| Binary | 1000101 | 10001010 | 1100000 | 110010 | 0 | 11110 | 101110 | 10001111 | 100001 | 101001 |
Color Harmonies of #458A60
Complementary color
Monochromatic Colors of #458A60
Black with #458A60
Text Example
Text Example
White with #458A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458A60; }
p { color: rgb(69,138,96); }
H1.HeaderClassName
{
color: #458A60;
}
.AnyTagClassName
{
color: #458A60;
}
</style>
background-color css
<style>
a { background-color: #458A60; }
a { background-color: rgb(69,138,96); }
div.DivClassName
{
background-color: #458A60;
}
.BgClassName
{
background-color: #458A60;
}
</style>
border-color css
<style>
span { border-color: #458A60; }
span { border-color: rgb(69,138,96); }
td.TdClassName
{
border-color: #458A60;
}
.TagClassName
{
border-color: #458A60;
}
</style>