Shades of Viridian #478F6D
Tints of Viridian #478F6D
RGB
CMYK
RGB Variations
Color information
#478F6D (or 0x478F6D) is known color: Viridian. HEX triplet: 47, 8F and 6D. RGB value is (71,143,109). Sum of RGB (Red+Green+Blue) = 71+143+109=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 143 - color contains mainly: green. Hex color #478F6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478F6D is #B87092. Grayscale: #757575. Windows color (decimal): -12087443 or 7180103. OLE color: 7180103.
HSL color Cylindrical-coordinate representation of color #478F6D: hue angle of 151.67º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478F6D is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 143 | 109 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.44 |
| HSL | 151.67º | 0.34% | 0.42% | - |
| HSV(B) | 151.67º | 0.5% | 0.56% | - |
| XYZ | 15.18 | 22.09 | 17.93 | - |
| YUV | 117.6 | 123.15 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 143 | 109 | 0.50 | 0 | 0.24 | 0.44 | 151.67 | 0.34 | 0.42 |
| Hex | 47 | 8F | 6D | 32 | 0 | 18 | 2C | 98 | 22 | 2A |
| Octal | 107 | 217 | 155 | 62 | 0 | 30 | 54 | 230 | 42 | 52 |
| Binary | 1000111 | 10001111 | 1101101 | 110010 | 0 | 11000 | 101100 | 10011000 | 100010 | 101010 |
Color Harmonies of #478F6D
Complementary color
Monochromatic Colors of #478F6D
Black with #478F6D
Text Example
Text Example
White with #478F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478F6D; }
p { color: rgb(71,143,109); }
H1.HeaderClassName
{
color: #478F6D;
}
.AnyTagClassName
{
color: #478F6D;
}
</style>
background-color css
<style>
a { background-color: #478F6D; }
a { background-color: rgb(71,143,109); }
div.DivClassName
{
background-color: #478F6D;
}
.BgClassName
{
background-color: #478F6D;
}
</style>
border-color css
<style>
span { border-color: #478F6D; }
span { border-color: rgb(71,143,109); }
td.TdClassName
{
border-color: #478F6D;
}
.TagClassName
{
border-color: #478F6D;
}
</style>