Shades of Como #478C62
Tints of Como #478C62
RGB
CMYK
RGB Variations
Color information
#478C62 (or 0x478C62) is known color: Como. HEX triplet: 47, 8C and 62. RGB value is (71,140,98). Sum of RGB (Red+Green+Blue) = 71+140+98=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 140 - color contains mainly: green. Hex color #478C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478C62 is #B8739D. Grayscale: #727272. Windows color (decimal): -12088222 or 6458439. OLE color: 6458439.
HSL color Cylindrical-coordinate representation of color #478C62: hue angle of 143.48º 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 #478C62 is Cyan = 0.49, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 140 | 98 | - |
| CMYK | 0.49 | 0 | 0.3 | 0.45 |
| HSL | 143.48º | 0.33% | 0.41% | - |
| HSV(B) | 143.48º | 0.49% | 0.55% | - |
| XYZ | 14.18 | 20.98 | 14.86 | - |
| YUV | 114.58 | 118.64 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 98 | 0.49 | 0 | 0.3 | 0.45 | 143.48 | 0.33 | 0.41 |
| Hex | 47 | 8C | 62 | 31 | 0 | 1E | 2D | 8F | 21 | 29 |
| Octal | 107 | 214 | 142 | 61 | 0 | 36 | 55 | 217 | 41 | 51 |
| Binary | 1000111 | 10001100 | 1100010 | 110001 | 0 | 11110 | 101101 | 10001111 | 100001 | 101001 |
Color Harmonies of #478C62
Complementary color
Monochromatic Colors of #478C62
Black with #478C62
Text Example
Text Example
White with #478C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478C62; }
p { color: rgb(71,140,98); }
H1.HeaderClassName
{
color: #478C62;
}
.AnyTagClassName
{
color: #478C62;
}
</style>
background-color css
<style>
a { background-color: #478C62; }
a { background-color: rgb(71,140,98); }
div.DivClassName
{
background-color: #478C62;
}
.BgClassName
{
background-color: #478C62;
}
</style>
border-color css
<style>
span { border-color: #478C62; }
span { border-color: rgb(71,140,98); }
td.TdClassName
{
border-color: #478C62;
}
.TagClassName
{
border-color: #478C62;
}
</style>