Shades of Como #45855D
Tints of Como #45855D
RGB
CMYK
RGB Variations
Color information
#45855D (or 0x45855D) is known color: Como. HEX triplet: 45, 85 and 5D. RGB value is (69,133,93). Sum of RGB (Red+Green+Blue) = 69+133+93=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #45855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45855D is #BA7AA2. Grayscale: #6D6D6D. Windows color (decimal): -12221091 or 6128965. OLE color: 6128965.
HSL color Cylindrical-coordinate representation of color #45855D: hue angle of 142.5º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #45855D is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 133 | 93 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.48 |
| HSL | 142.5º | 0.32% | 0.4% | - |
| HSV(B) | 142.5º | 0.48% | 0.52% | - |
| XYZ | 12.82 | 18.83 | 13.32 | - |
| YUV | 109.3 | 118.8 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 133 | 93 | 0.48 | 0 | 0.30 | 0.48 | 142.5 | 0.32 | 0.4 |
| Hex | 45 | 85 | 5D | 30 | 0 | 1E | 30 | 8E | 20 | 28 |
| Octal | 105 | 205 | 135 | 60 | 0 | 36 | 60 | 216 | 40 | 50 |
| Binary | 1000101 | 10000101 | 1011101 | 110000 | 0 | 11110 | 110000 | 10001110 | 100000 | 101000 |
Color Harmonies of #45855D
Complementary color
Monochromatic Colors of #45855D
Black with #45855D
Text Example
Text Example
White with #45855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45855D; }
p { color: rgb(69,133,93); }
H1.HeaderClassName
{
color: #45855D;
}
.AnyTagClassName
{
color: #45855D;
}
</style>
background-color css
<style>
a { background-color: #45855D; }
a { background-color: rgb(69,133,93); }
div.DivClassName
{
background-color: #45855D;
}
.BgClassName
{
background-color: #45855D;
}
</style>
border-color css
<style>
span { border-color: #45855D; }
span { border-color: rgb(69,133,93); }
td.TdClassName
{
border-color: #45855D;
}
.TagClassName
{
border-color: #45855D;
}
</style>