Shades of Como #458961
Tints of Como #458961
RGB
CMYK
RGB Variations
Color information
#458961 (or 0x458961) is known color: Como. HEX triplet: 45, 89 and 61. RGB value is (69,137,97). Sum of RGB (Red+Green+Blue) = 69+137+97=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #458961 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458961 is #BA769E. Grayscale: #707070. Windows color (decimal): -12220063 or 6392133. OLE color: 6392133.
HSL color Cylindrical-coordinate representation of color #458961: hue angle of 144.71º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458961 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 137 | 97 | - |
| CMYK | 0.50 | 0 | 0.29 | 0.46 |
| HSL | 144.71º | 0.33% | 0.4% | - |
| HSV(B) | 144.71º | 0.5% | 0.54% | - |
| XYZ | 13.56 | 20.02 | 14.46 | - |
| YUV | 112.11 | 119.47 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 137 | 97 | 0.50 | 0 | 0.29 | 0.46 | 144.71 | 0.33 | 0.4 |
| Hex | 45 | 89 | 61 | 32 | 0 | 1D | 2E | 91 | 21 | 28 |
| Octal | 105 | 211 | 141 | 62 | 0 | 35 | 56 | 221 | 41 | 50 |
| Binary | 1000101 | 10001001 | 1100001 | 110010 | 0 | 11101 | 101110 | 10010001 | 100001 | 101000 |
Color Harmonies of #458961
Complementary color
Monochromatic Colors of #458961
Black with #458961
Text Example
Text Example
White with #458961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458961; }
p { color: rgb(69,137,97); }
H1.HeaderClassName
{
color: #458961;
}
.AnyTagClassName
{
color: #458961;
}
</style>
background-color css
<style>
a { background-color: #458961; }
a { background-color: rgb(69,137,97); }
div.DivClassName
{
background-color: #458961;
}
.BgClassName
{
background-color: #458961;
}
</style>
border-color css
<style>
span { border-color: #458961; }
span { border-color: rgb(69,137,97); }
td.TdClassName
{
border-color: #458961;
}
.TagClassName
{
border-color: #458961;
}
</style>