Shades of Viridian #478B68
Tints of Viridian #478B68
RGB
CMYK
RGB Variations
Color information
#478B68 (or 0x478B68) is known color: Viridian. HEX triplet: 47, 8B and 68. RGB value is (71,139,104). Sum of RGB (Red+Green+Blue) = 71+139+104=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 139 - color contains mainly: green. Hex color #478B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478B68 is #B87497. Grayscale: #727272. Windows color (decimal): -12088472 or 6851399. OLE color: 6851399.
HSL color Cylindrical-coordinate representation of color #478B68: hue angle of 149.12º degrees, saturation: 0.32, 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 #478B68 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 139 | 104 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.45 |
| HSL | 149.12º | 0.32% | 0.41% | - |
| HSV(B) | 149.12º | 0.49% | 0.55% | - |
| XYZ | 14.33 | 20.8 | 16.36 | - |
| YUV | 114.68 | 121.97 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 104 | 0.49 | 0 | 0.25 | 0.45 | 149.12 | 0.32 | 0.41 |
| Hex | 47 | 8B | 68 | 31 | 0 | 19 | 2D | 95 | 20 | 29 |
| Octal | 107 | 213 | 150 | 61 | 0 | 31 | 55 | 225 | 40 | 51 |
| Binary | 1000111 | 10001011 | 1101000 | 110001 | 0 | 11001 | 101101 | 10010101 | 100000 | 101001 |
Color Harmonies of #478B68
Complementary color
Monochromatic Colors of #478B68
Black with #478B68
Text Example
Text Example
White with #478B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478B68; }
p { color: rgb(71,139,104); }
H1.HeaderClassName
{
color: #478B68;
}
.AnyTagClassName
{
color: #478B68;
}
</style>
background-color css
<style>
a { background-color: #478B68; }
a { background-color: rgb(71,139,104); }
div.DivClassName
{
background-color: #478B68;
}
.BgClassName
{
background-color: #478B68;
}
</style>
border-color css
<style>
span { border-color: #478B68; }
span { border-color: rgb(71,139,104); }
td.TdClassName
{
border-color: #478B68;
}
.TagClassName
{
border-color: #478B68;
}
</style>