Shades of Como #458757
Tints of Como #458757
RGB
CMYK
RGB Variations
Color information
#458757 (or 0x458757) is known color: Como. HEX triplet: 45, 87 and 57. RGB value is (69,135,87). Sum of RGB (Red+Green+Blue) = 69+135+87=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #458757 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458757 is #BA78A8. Grayscale: #6D6D6D. Windows color (decimal): -12220585 or 5736261. OLE color: 5736261.
HSL color Cylindrical-coordinate representation of color #458757: hue angle of 136.36º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #458757 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 135 | 87 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.47 |
| HSL | 136.36º | 0.32% | 0.4% | - |
| HSV(B) | 136.36º | 0.49% | 0.53% | - |
| XYZ | 12.84 | 19.28 | 12.06 | - |
| YUV | 109.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 135 | 87 | 0.49 | 0 | 0.36 | 0.47 | 136.36 | 0.32 | 0.4 |
| Hex | 45 | 87 | 57 | 31 | 0 | 24 | 2F | 88 | 20 | 28 |
| Octal | 105 | 207 | 127 | 61 | 0 | 44 | 57 | 210 | 40 | 50 |
| Binary | 1000101 | 10000111 | 1010111 | 110001 | 0 | 100100 | 101111 | 10001000 | 100000 | 101000 |
Color Harmonies of #458757
Complementary color
Monochromatic Colors of #458757
Black with #458757
Text Example
Text Example
White with #458757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458757; }
p { color: rgb(69,135,87); }
H1.HeaderClassName
{
color: #458757;
}
.AnyTagClassName
{
color: #458757;
}
</style>
background-color css
<style>
a { background-color: #458757; }
a { background-color: rgb(69,135,87); }
div.DivClassName
{
background-color: #458757;
}
.BgClassName
{
background-color: #458757;
}
</style>
border-color css
<style>
span { border-color: #458757; }
span { border-color: rgb(69,135,87); }
td.TdClassName
{
border-color: #458757;
}
.TagClassName
{
border-color: #458757;
}
</style>