Shades of Como #457F56
Tints of Como #457F56
RGB
CMYK
RGB Variations
Color information
#457F56 (or 0x457F56) is known color: Como. HEX triplet: 45, 7F and 56. RGB value is (69,127,86). Sum of RGB (Red+Green+Blue) = 69+127+86=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #457F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457F56 is #BA80A9. Grayscale: #696969. Windows color (decimal): -12222634 or 5668677. OLE color: 5668677.
HSL color Cylindrical-coordinate representation of color #457F56: hue angle of 137.59º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #457F56 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 127 | 86 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.50 |
| HSL | 137.59º | 0.3% | 0.38% | - |
| HSV(B) | 137.59º | 0.46% | 0.5% | - |
| XYZ | 11.72 | 17.12 | 11.49 | - |
| YUV | 104.98 | 117.28 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 86 | 0.46 | 0 | 0.32 | 0.50 | 137.59 | 0.3 | 0.38 |
| Hex | 45 | 7F | 56 | 2E | 0 | 20 | 32 | 8A | 1E | 26 |
| Octal | 105 | 177 | 126 | 56 | 0 | 40 | 62 | 212 | 36 | 46 |
| Binary | 1000101 | 1111111 | 1010110 | 101110 | 0 | 100000 | 110010 | 10001010 | 11110 | 100110 |
Color Harmonies of #457F56
Complementary color
Monochromatic Colors of #457F56
Black with #457F56
Text Example
Text Example
White with #457F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457F56; }
p { color: rgb(69,127,86); }
H1.HeaderClassName
{
color: #457F56;
}
.AnyTagClassName
{
color: #457F56;
}
</style>
background-color css
<style>
a { background-color: #457F56; }
a { background-color: rgb(69,127,86); }
div.DivClassName
{
background-color: #457F56;
}
.BgClassName
{
background-color: #457F56;
}
</style>
border-color css
<style>
span { border-color: #457F56; }
span { border-color: rgb(69,127,86); }
td.TdClassName
{
border-color: #457F56;
}
.TagClassName
{
border-color: #457F56;
}
</style>