Shades of Viridian #428173
Tints of Viridian #428173
RGB
CMYK
RGB Variations
Color information
#428173 (or 0x428173) is known color: Viridian. HEX triplet: 42, 81 and 73. RGB value is (66,129,115). Sum of RGB (Red+Green+Blue) = 66+129+115=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #428173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428173 is #BD7E8C. Grayscale: #6C6C6C. Windows color (decimal): -12418701 or 7569730. OLE color: 7569730.
HSL color Cylindrical-coordinate representation of color #428173: hue angle of 166.67º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428173 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 129 | 115 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.49 |
| HSL | 166.67º | 0.32% | 0.38% | - |
| HSV(B) | 166.67º | 0.49% | 0.51% | - |
| XYZ | 13.19 | 18.1 | 19.02 | - |
| YUV | 108.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 115 | 0.49 | 0 | 0.11 | 0.49 | 166.67 | 0.32 | 0.38 |
| Hex | 42 | 81 | 73 | 31 | 0 | B | 31 | A7 | 20 | 26 |
| Octal | 102 | 201 | 163 | 61 | 0 | 13 | 61 | 247 | 40 | 46 |
| Binary | 1000010 | 10000001 | 1110011 | 110001 | 0 | 1011 | 110001 | 10100111 | 100000 | 100110 |
Color Harmonies of #428173
Complementary color
Monochromatic Colors of #428173
Black with #428173
Text Example
Text Example
White with #428173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428173; }
p { color: rgb(66,129,115); }
H1.HeaderClassName
{
color: #428173;
}
.AnyTagClassName
{
color: #428173;
}
</style>
background-color css
<style>
a { background-color: #428173; }
a { background-color: rgb(66,129,115); }
div.DivClassName
{
background-color: #428173;
}
.BgClassName
{
background-color: #428173;
}
</style>
border-color css
<style>
span { border-color: #428173; }
span { border-color: rgb(66,129,115); }
td.TdClassName
{
border-color: #428173;
}
.TagClassName
{
border-color: #428173;
}
</style>