Shades of Viridian #478069
Tints of Viridian #478069
RGB
CMYK
RGB Variations
Color information
#478069 (or 0x478069) is known color: Viridian. HEX triplet: 47, 80 and 69. RGB value is (71,128,105). Sum of RGB (Red+Green+Blue) = 71+128+105=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 128 - color contains mainly: green. Hex color #478069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478069 is #B87F96. Grayscale: #6C6C6C. Windows color (decimal): -12091287 or 6914119. OLE color: 6914119.
HSL color Cylindrical-coordinate representation of color #478069: hue angle of 155.79º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #478069 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 128 | 105 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.50 |
| HSL | 155.79º | 0.29% | 0.39% | - |
| HSV(B) | 155.79º | 0.45% | 0.5% | - |
| XYZ | 12.87 | 17.8 | 16.12 | - |
| YUV | 108.34 | 126.12 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 128 | 105 | 0.45 | 0 | 0.18 | 0.50 | 155.79 | 0.29 | 0.39 |
| Hex | 47 | 80 | 69 | 2D | 0 | 12 | 32 | 9C | 1D | 27 |
| Octal | 107 | 200 | 151 | 55 | 0 | 22 | 62 | 234 | 35 | 47 |
| Binary | 1000111 | 10000000 | 1101001 | 101101 | 0 | 10010 | 110010 | 10011100 | 11101 | 100111 |
Color Harmonies of #478069
Complementary color
Monochromatic Colors of #478069
Black with #478069
Text Example
Text Example
White with #478069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478069; }
p { color: rgb(71,128,105); }
H1.HeaderClassName
{
color: #478069;
}
.AnyTagClassName
{
color: #478069;
}
</style>
background-color css
<style>
a { background-color: #478069; }
a { background-color: rgb(71,128,105); }
div.DivClassName
{
background-color: #478069;
}
.BgClassName
{
background-color: #478069;
}
</style>
border-color css
<style>
span { border-color: #478069; }
span { border-color: rgb(71,128,105); }
td.TdClassName
{
border-color: #478069;
}
.TagClassName
{
border-color: #478069;
}
</style>