Shades of Como #456E53
Tints of Como #456E53
RGB
CMYK
RGB Variations
Color information
#456E53 (or 0x456E53) is known color: Como. HEX triplet: 45, 6E and 53. RGB value is (69,110,83). Sum of RGB (Red+Green+Blue) = 69+110+83=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 110 - color contains mainly: green. Hex color #456E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456E53 is #BA91AC. Grayscale: #5E5E5E. Windows color (decimal): -12226989 or 5467717. OLE color: 5467717.
HSL color Cylindrical-coordinate representation of color #456E53: hue angle of 140.49º degrees, saturation: 0.23, 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 #456E53 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 110 | 83 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.57 |
| HSL | 140.49º | 0.23% | 0.35% | - |
| HSV(B) | 140.49º | 0.37% | 0.43% | - |
| XYZ | 9.59 | 13.04 | 10.2 | - |
| YUV | 94.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 110 | 83 | 0.37 | 0 | 0.25 | 0.57 | 140.49 | 0.23 | 0.35 |
| Hex | 45 | 6E | 53 | 25 | 0 | 19 | 39 | 8C | 17 | 23 |
| Octal | 105 | 156 | 123 | 45 | 0 | 31 | 71 | 214 | 27 | 43 |
| Binary | 1000101 | 1101110 | 1010011 | 100101 | 0 | 11001 | 111001 | 10001100 | 10111 | 100011 |
Color Harmonies of #456E53
Complementary color
Monochromatic Colors of #456E53
Black with #456E53
Text Example
Text Example
White with #456E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456E53; }
p { color: rgb(69,110,83); }
H1.HeaderClassName
{
color: #456E53;
}
.AnyTagClassName
{
color: #456E53;
}
</style>
background-color css
<style>
a { background-color: #456E53; }
a { background-color: rgb(69,110,83); }
div.DivClassName
{
background-color: #456E53;
}
.BgClassName
{
background-color: #456E53;
}
</style>
border-color css
<style>
span { border-color: #456E53; }
span { border-color: rgb(69,110,83); }
td.TdClassName
{
border-color: #456E53;
}
.TagClassName
{
border-color: #456E53;
}
</style>