Shades of Como #457555
Tints of Como #457555
RGB
CMYK
RGB Variations
Color information
#457555 (or 0x457555) is known color: Como. HEX triplet: 45, 75 and 55. RGB value is (69,117,85). Sum of RGB (Red+Green+Blue) = 69+117+85=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 117 - color contains mainly: green. Hex color #457555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457555 is #BA8AAA. Grayscale: #636363. Windows color (decimal): -12225195 or 5600581. OLE color: 5600581.
HSL color Cylindrical-coordinate representation of color #457555: hue angle of 140º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #457555 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 117 | 85 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.54 |
| HSL | 140º | 0.26% | 0.36% | - |
| HSV(B) | 140º | 0.41% | 0.46% | - |
| XYZ | 10.46 | 14.64 | 10.87 | - |
| YUV | 99 | 120.1 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 85 | 0.41 | 0 | 0.27 | 0.54 | 140 | 0.26 | 0.36 |
| Hex | 45 | 75 | 55 | 29 | 0 | 1B | 36 | 8C | 1A | 24 |
| Octal | 105 | 165 | 125 | 51 | 0 | 33 | 66 | 214 | 32 | 44 |
| Binary | 1000101 | 1110101 | 1010101 | 101001 | 0 | 11011 | 110110 | 10001100 | 11010 | 100100 |
Color Harmonies of #457555
Complementary color
Monochromatic Colors of #457555
Black with #457555
Text Example
Text Example
White with #457555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457555; }
p { color: rgb(69,117,85); }
H1.HeaderClassName
{
color: #457555;
}
.AnyTagClassName
{
color: #457555;
}
</style>
background-color css
<style>
a { background-color: #457555; }
a { background-color: rgb(69,117,85); }
div.DivClassName
{
background-color: #457555;
}
.BgClassName
{
background-color: #457555;
}
</style>
border-color css
<style>
span { border-color: #457555; }
span { border-color: rgb(69,117,85); }
td.TdClassName
{
border-color: #457555;
}
.TagClassName
{
border-color: #457555;
}
</style>