Shades of Como #456C56
Tints of Como #456C56
RGB
CMYK
RGB Variations
Color information
#456C56 (or 0x456C56) is known color: Como. HEX triplet: 45, 6C and 56. RGB value is (69,108,86). Sum of RGB (Red+Green+Blue) = 69+108+86=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 108 - color contains mainly: green. Hex color #456C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456C56 is #BA93A9. Grayscale: #5D5D5D. Windows color (decimal): -12227498 or 5663813. OLE color: 5663813.
HSL color Cylindrical-coordinate representation of color #456C56: hue angle of 146.15º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #456C56 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 108 | 86 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.58 |
| HSL | 146.15º | 0.22% | 0.35% | - |
| HSV(B) | 146.15º | 0.36% | 0.42% | - |
| XYZ | 9.5 | 12.66 | 10.75 | - |
| YUV | 93.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 86 | 0.36 | 0 | 0.20 | 0.58 | 146.15 | 0.22 | 0.35 |
| Hex | 45 | 6C | 56 | 24 | 0 | 14 | 3A | 92 | 16 | 23 |
| Octal | 105 | 154 | 126 | 44 | 0 | 24 | 72 | 222 | 26 | 43 |
| Binary | 1000101 | 1101100 | 1010110 | 100100 | 0 | 10100 | 111010 | 10010010 | 10110 | 100011 |
Color Harmonies of #456C56
Complementary color
Monochromatic Colors of #456C56
Black with #456C56
Text Example
Text Example
White with #456C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456C56; }
p { color: rgb(69,108,86); }
H1.HeaderClassName
{
color: #456C56;
}
.AnyTagClassName
{
color: #456C56;
}
</style>
background-color css
<style>
a { background-color: #456C56; }
a { background-color: rgb(69,108,86); }
div.DivClassName
{
background-color: #456C56;
}
.BgClassName
{
background-color: #456C56;
}
</style>
border-color css
<style>
span { border-color: #456C56; }
span { border-color: rgb(69,108,86); }
td.TdClassName
{
border-color: #456C56;
}
.TagClassName
{
border-color: #456C56;
}
</style>