Shades of Como #478C65
Tints of Como #478C65
RGB
CMYK
RGB Variations
Color information
#478C65 (or 0x478C65) is known color: Como. HEX triplet: 47, 8C and 65. RGB value is (71,140,101). Sum of RGB (Red+Green+Blue) = 71+140+101=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 140 - color contains mainly: green. Hex color #478C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478C65 is #B8739A. Grayscale: #737373. Windows color (decimal): -12088219 or 6655047. OLE color: 6655047.
HSL color Cylindrical-coordinate representation of color #478C65: hue angle of 146.09º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #478C65 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 140 | 101 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.45 |
| HSL | 146.09º | 0.33% | 0.41% | - |
| HSV(B) | 146.09º | 0.49% | 0.55% | - |
| XYZ | 14.33 | 21.04 | 15.62 | - |
| YUV | 114.92 | 120.14 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 101 | 0.49 | 0 | 0.28 | 0.45 | 146.09 | 0.33 | 0.41 |
| Hex | 47 | 8C | 65 | 31 | 0 | 1C | 2D | 92 | 21 | 29 |
| Octal | 107 | 214 | 145 | 61 | 0 | 34 | 55 | 222 | 41 | 51 |
| Binary | 1000111 | 10001100 | 1100101 | 110001 | 0 | 11100 | 101101 | 10010010 | 100001 | 101001 |
Color Harmonies of #478C65
Complementary color
Monochromatic Colors of #478C65
Black with #478C65
Text Example
Text Example
White with #478C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478C65; }
p { color: rgb(71,140,101); }
H1.HeaderClassName
{
color: #478C65;
}
.AnyTagClassName
{
color: #478C65;
}
</style>
background-color css
<style>
a { background-color: #478C65; }
a { background-color: rgb(71,140,101); }
div.DivClassName
{
background-color: #478C65;
}
.BgClassName
{
background-color: #478C65;
}
</style>
border-color css
<style>
span { border-color: #478C65; }
span { border-color: rgb(71,140,101); }
td.TdClassName
{
border-color: #478C65;
}
.TagClassName
{
border-color: #478C65;
}
</style>