Shades of Como #456D54
Tints of Como #456D54
RGB
CMYK
RGB Variations
Color information
#456D54 (or 0x456D54) is known color: Como. HEX triplet: 45, 6D and 54. RGB value is (69,109,84). Sum of RGB (Red+Green+Blue) = 69+109+84=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 109 (42.97% from 255 or 41.60% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 109 - color contains mainly: green. Hex color #456D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456D54 is #BA92AB. Grayscale: #5E5E5E. Windows color (decimal): -12227244 or 5532997. OLE color: 5532997.
HSL color Cylindrical-coordinate representation of color #456D54: hue angle of 142.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #456D54 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 109 | 84 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.57 |
| HSL | 142.5º | 0.22% | 0.35% | - |
| HSV(B) | 142.5º | 0.37% | 0.43% | - |
| XYZ | 9.52 | 12.84 | 10.36 | - |
| YUV | 94.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 84 | 0.37 | 0 | 0.23 | 0.57 | 142.5 | 0.22 | 0.35 |
| Hex | 45 | 6D | 54 | 25 | 0 | 17 | 39 | 8E | 16 | 23 |
| Octal | 105 | 155 | 124 | 45 | 0 | 27 | 71 | 216 | 26 | 43 |
| Binary | 1000101 | 1101101 | 1010100 | 100101 | 0 | 10111 | 111001 | 10001110 | 10110 | 100011 |
Color Harmonies of #456D54
Complementary color
Monochromatic Colors of #456D54
Black with #456D54
Text Example
Text Example
White with #456D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456D54; }
p { color: rgb(69,109,84); }
H1.HeaderClassName
{
color: #456D54;
}
.AnyTagClassName
{
color: #456D54;
}
</style>
background-color css
<style>
a { background-color: #456D54; }
a { background-color: rgb(69,109,84); }
div.DivClassName
{
background-color: #456D54;
}
.BgClassName
{
background-color: #456D54;
}
</style>
border-color css
<style>
span { border-color: #456D54; }
span { border-color: rgb(69,109,84); }
td.TdClassName
{
border-color: #456D54;
}
.TagClassName
{
border-color: #456D54;
}
</style>