Shades of Como #45725A
Tints of Como #45725A
RGB
CMYK
RGB Variations
Color information
#45725A (or 0x45725A) is known color: Como. HEX triplet: 45, 72 and 5A. RGB value is (69,114,90). Sum of RGB (Red+Green+Blue) = 69+114+90=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #45725A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45725A is #BA8DA5. Grayscale: #616161. Windows color (decimal): -12225958 or 5927493. OLE color: 5927493.
HSL color Cylindrical-coordinate representation of color #45725A: hue angle of 148º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #45725A is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 114 | 90 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.55 |
| HSL | 148º | 0.25% | 0.36% | - |
| HSV(B) | 148º | 0.39% | 0.45% | - |
| XYZ | 10.32 | 14.04 | 11.84 | - |
| YUV | 97.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 114 | 90 | 0.39 | 0 | 0.21 | 0.55 | 148 | 0.25 | 0.36 |
| Hex | 45 | 72 | 5A | 27 | 0 | 15 | 37 | 94 | 19 | 24 |
| Octal | 105 | 162 | 132 | 47 | 0 | 25 | 67 | 224 | 31 | 44 |
| Binary | 1000101 | 1110010 | 1011010 | 100111 | 0 | 10101 | 110111 | 10010100 | 11001 | 100100 |
Color Harmonies of #45725A
Complementary color
Monochromatic Colors of #45725A
Black with #45725A
Text Example
Text Example
White with #45725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45725A; }
p { color: rgb(69,114,90); }
H1.HeaderClassName
{
color: #45725A;
}
.AnyTagClassName
{
color: #45725A;
}
</style>
background-color css
<style>
a { background-color: #45725A; }
a { background-color: rgb(69,114,90); }
div.DivClassName
{
background-color: #45725A;
}
.BgClassName
{
background-color: #45725A;
}
</style>
border-color css
<style>
span { border-color: #45725A; }
span { border-color: rgb(69,114,90); }
td.TdClassName
{
border-color: #45725A;
}
.TagClassName
{
border-color: #45725A;
}
</style>