Shades of Como #456D58
Tints of Como #456D58
RGB
CMYK
RGB Variations
Color information
#456D58 (or 0x456D58) is known color: Como. HEX triplet: 45, 6D and 58. RGB value is (69,109,88). Sum of RGB (Red+Green+Blue) = 69+109+88=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 109 - color contains mainly: green. Hex color #456D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456D58 is #BA92A7. Grayscale: #5E5E5E. Windows color (decimal): -12227240 or 5795141. OLE color: 5795141.
HSL color Cylindrical-coordinate representation of color #456D58: hue angle of 148.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 #456D58 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 109 | 88 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.57 |
| HSL | 148.5º | 0.22% | 0.35% | - |
| HSV(B) | 148.5º | 0.37% | 0.43% | - |
| XYZ | 9.68 | 12.91 | 11.21 | - |
| YUV | 94.65 | 124.25 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 88 | 0.37 | 0 | 0.19 | 0.57 | 148.5 | 0.22 | 0.35 |
| Hex | 45 | 6D | 58 | 25 | 0 | 13 | 39 | 94 | 16 | 23 |
| Octal | 105 | 155 | 130 | 45 | 0 | 23 | 71 | 224 | 26 | 43 |
| Binary | 1000101 | 1101101 | 1011000 | 100101 | 0 | 10011 | 111001 | 10010100 | 10110 | 100011 |
Color Harmonies of #456D58
Complementary color
Monochromatic Colors of #456D58
Black with #456D58
Text Example
Text Example
White with #456D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456D58; }
p { color: rgb(69,109,88); }
H1.HeaderClassName
{
color: #456D58;
}
.AnyTagClassName
{
color: #456D58;
}
</style>
background-color css
<style>
a { background-color: #456D58; }
a { background-color: rgb(69,109,88); }
div.DivClassName
{
background-color: #456D58;
}
.BgClassName
{
background-color: #456D58;
}
</style>
border-color css
<style>
span { border-color: #456D58; }
span { border-color: rgb(69,109,88); }
td.TdClassName
{
border-color: #456D58;
}
.TagClassName
{
border-color: #456D58;
}
</style>