Shades of Como #427B60
Tints of Como #427B60
RGB
CMYK
RGB Variations
Color information
#427B60 (or 0x427B60) is known color: Como. HEX triplet: 42, 7B and 60. RGB value is (66,123,96). Sum of RGB (Red+Green+Blue) = 66+123+96=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 123 - color contains mainly: green. Hex color #427B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427B60 is #BD849F. Grayscale: #666666. Windows color (decimal): -12420256 or 6323010. OLE color: 6323010.
HSL color Cylindrical-coordinate representation of color #427B60: hue angle of 151.58º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427B60 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 123 | 96 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.52 |
| HSL | 151.58º | 0.3% | 0.37% | - |
| HSV(B) | 151.58º | 0.46% | 0.48% | - |
| XYZ | 11.44 | 16.17 | 13.58 | - |
| YUV | 102.88 | 124.12 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 96 | 0.46 | 0 | 0.22 | 0.52 | 151.58 | 0.3 | 0.37 |
| Hex | 42 | 7B | 60 | 2E | 0 | 16 | 34 | 98 | 1E | 25 |
| Octal | 102 | 173 | 140 | 56 | 0 | 26 | 64 | 230 | 36 | 45 |
| Binary | 1000010 | 1111011 | 1100000 | 101110 | 0 | 10110 | 110100 | 10011000 | 11110 | 100101 |
Color Harmonies of #427B60
Complementary color
Monochromatic Colors of #427B60
Black with #427B60
Text Example
Text Example
White with #427B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427B60; }
p { color: rgb(66,123,96); }
H1.HeaderClassName
{
color: #427B60;
}
.AnyTagClassName
{
color: #427B60;
}
</style>
background-color css
<style>
a { background-color: #427B60; }
a { background-color: rgb(66,123,96); }
div.DivClassName
{
background-color: #427B60;
}
.BgClassName
{
background-color: #427B60;
}
</style>
border-color css
<style>
span { border-color: #427B60; }
span { border-color: rgb(66,123,96); }
td.TdClassName
{
border-color: #427B60;
}
.TagClassName
{
border-color: #427B60;
}
</style>