Shades of Como #45765D
Tints of Como #45765D
RGB
CMYK
RGB Variations
Color information
#45765D (or 0x45765D) is known color: Como. HEX triplet: 45, 76 and 5D. RGB value is (69,118,93). Sum of RGB (Red+Green+Blue) = 69+118+93=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #45765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45765D is #BA89A2. Grayscale: #646464. Windows color (decimal): -12224931 or 6125125. OLE color: 6125125.
HSL color Cylindrical-coordinate representation of color #45765D: hue angle of 149.39º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #45765D is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 118 | 93 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.54 |
| HSL | 149.39º | 0.26% | 0.37% | - |
| HSV(B) | 149.39º | 0.42% | 0.46% | - |
| XYZ | 10.91 | 15.01 | 12.68 | - |
| YUV | 100.5 | 123.77 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 118 | 93 | 0.42 | 0 | 0.21 | 0.54 | 149.39 | 0.26 | 0.37 |
| Hex | 45 | 76 | 5D | 2A | 0 | 15 | 36 | 95 | 1A | 25 |
| Octal | 105 | 166 | 135 | 52 | 0 | 25 | 66 | 225 | 32 | 45 |
| Binary | 1000101 | 1110110 | 1011101 | 101010 | 0 | 10101 | 110110 | 10010101 | 11010 | 100101 |
Color Harmonies of #45765D
Complementary color
Monochromatic Colors of #45765D
Black with #45765D
Text Example
Text Example
White with #45765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45765D; }
p { color: rgb(69,118,93); }
H1.HeaderClassName
{
color: #45765D;
}
.AnyTagClassName
{
color: #45765D;
}
</style>
background-color css
<style>
a { background-color: #45765D; }
a { background-color: rgb(69,118,93); }
div.DivClassName
{
background-color: #45765D;
}
.BgClassName
{
background-color: #45765D;
}
</style>
border-color css
<style>
span { border-color: #45765D; }
span { border-color: rgb(69,118,93); }
td.TdClassName
{
border-color: #45765D;
}
.TagClassName
{
border-color: #45765D;
}
</style>