Shades of Viridian #428163
Tints of Viridian #428163
RGB
CMYK
RGB Variations
Color information
#428163 (or 0x428163) is known color: Viridian. HEX triplet: 42, 81 and 63. RGB value is (66,129,99). Sum of RGB (Red+Green+Blue) = 66+129+99=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #428163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428163 is #BD7E9C. Grayscale: #6A6A6A. Windows color (decimal): -12418717 or 6521154. OLE color: 6521154.
HSL color Cylindrical-coordinate representation of color #428163: hue angle of 151.43º 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 #428163 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 129 | 99 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.49 |
| HSL | 151.43º | 0.32% | 0.38% | - |
| HSV(B) | 151.43º | 0.49% | 0.51% | - |
| XYZ | 12.35 | 17.76 | 14.58 | - |
| YUV | 106.74 | 123.63 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 99 | 0.49 | 0 | 0.23 | 0.49 | 151.43 | 0.32 | 0.38 |
| Hex | 42 | 81 | 63 | 31 | 0 | 17 | 31 | 97 | 20 | 26 |
| Octal | 102 | 201 | 143 | 61 | 0 | 27 | 61 | 227 | 40 | 46 |
| Binary | 1000010 | 10000001 | 1100011 | 110001 | 0 | 10111 | 110001 | 10010111 | 100000 | 100110 |
Color Harmonies of #428163
Complementary color
Monochromatic Colors of #428163
Black with #428163
Text Example
Text Example
White with #428163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428163; }
p { color: rgb(66,129,99); }
H1.HeaderClassName
{
color: #428163;
}
.AnyTagClassName
{
color: #428163;
}
</style>
background-color css
<style>
a { background-color: #428163; }
a { background-color: rgb(66,129,99); }
div.DivClassName
{
background-color: #428163;
}
.BgClassName
{
background-color: #428163;
}
</style>
border-color css
<style>
span { border-color: #428163; }
span { border-color: rgb(66,129,99); }
td.TdClassName
{
border-color: #428163;
}
.TagClassName
{
border-color: #428163;
}
</style>