Shades of Viridian #478E69
Tints of Viridian #478E69
RGB
CMYK
RGB Variations
Color information
#478E69 (or 0x478E69) is known color: Viridian. HEX triplet: 47, 8E and 69. RGB value is (71,142,105). Sum of RGB (Red+Green+Blue) = 71+142+105=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #478E69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478E69 is #B87196. Grayscale: #747474. Windows color (decimal): -12087703 or 6917703. OLE color: 6917703.
HSL color Cylindrical-coordinate representation of color #478E69: hue angle of 148.73º degrees, saturation: 0.33, 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 #478E69 is Cyan = 0.5, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 142 | 105 | - |
| CMYK | 0.5 | 0 | 0.26 | 0.44 |
| HSL | 148.73º | 0.33% | 0.42% | - |
| HSV(B) | 148.73º | 0.5% | 0.56% | - |
| XYZ | 14.82 | 21.71 | 16.77 | - |
| YUV | 116.55 | 121.48 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 142 | 105 | 0.5 | 0 | 0.26 | 0.44 | 148.73 | 0.33 | 0.42 |
| Hex | 47 | 8E | 69 | 32 | 0 | 1A | 2C | 95 | 21 | 2A |
| Octal | 107 | 216 | 151 | 62 | 0 | 32 | 54 | 225 | 41 | 52 |
| Binary | 1000111 | 10001110 | 1101001 | 110010 | 0 | 11010 | 101100 | 10010101 | 100001 | 101010 |
Color Harmonies of #478E69
Complementary color
Monochromatic Colors of #478E69
Black with #478E69
Text Example
Text Example
White with #478E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478E69; }
p { color: rgb(71,142,105); }
H1.HeaderClassName
{
color: #478E69;
}
.AnyTagClassName
{
color: #478E69;
}
</style>
background-color css
<style>
a { background-color: #478E69; }
a { background-color: rgb(71,142,105); }
div.DivClassName
{
background-color: #478E69;
}
.BgClassName
{
background-color: #478E69;
}
</style>
border-color css
<style>
span { border-color: #478E69; }
span { border-color: rgb(71,142,105); }
td.TdClassName
{
border-color: #478E69;
}
.TagClassName
{
border-color: #478E69;
}
</style>