Shades of Como #458A62
Tints of Como #458A62
RGB
CMYK
RGB Variations
Color information
#458A62 (or 0x458A62) is known color: Como. HEX triplet: 45, 8A and 62. RGB value is (69,138,98). Sum of RGB (Red+Green+Blue) = 69+138+98=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 138 - color contains mainly: green. Hex color #458A62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458A62 is #BA759D. Grayscale: #707070. Windows color (decimal): -12219806 or 6457925. OLE color: 6457925.
HSL color Cylindrical-coordinate representation of color #458A62: hue angle of 145.22º 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 #458A62 is Cyan = 0.5, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 138 | 98 | - |
| CMYK | 0.5 | 0 | 0.29 | 0.46 |
| HSL | 145.22º | 0.33% | 0.41% | - |
| HSV(B) | 145.22º | 0.5% | 0.54% | - |
| XYZ | 13.75 | 20.32 | 14.75 | - |
| YUV | 112.81 | 119.64 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 98 | 0.5 | 0 | 0.29 | 0.46 | 145.22 | 0.33 | 0.41 |
| Hex | 45 | 8A | 62 | 32 | 0 | 1D | 2E | 91 | 21 | 29 |
| Octal | 105 | 212 | 142 | 62 | 0 | 35 | 56 | 221 | 41 | 51 |
| Binary | 1000101 | 10001010 | 1100010 | 110010 | 0 | 11101 | 101110 | 10010001 | 100001 | 101001 |
Color Harmonies of #458A62
Complementary color
Monochromatic Colors of #458A62
Black with #458A62
Text Example
Text Example
White with #458A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458A62; }
p { color: rgb(69,138,98); }
H1.HeaderClassName
{
color: #458A62;
}
.AnyTagClassName
{
color: #458A62;
}
</style>
background-color css
<style>
a { background-color: #458A62; }
a { background-color: rgb(69,138,98); }
div.DivClassName
{
background-color: #458A62;
}
.BgClassName
{
background-color: #458A62;
}
</style>
border-color css
<style>
span { border-color: #458A62; }
span { border-color: rgb(69,138,98); }
td.TdClassName
{
border-color: #458A62;
}
.TagClassName
{
border-color: #458A62;
}
</style>