Shades of Viridian #428466
Tints of Viridian #428466
RGB
CMYK
RGB Variations
Color information
#428466 (or 0x428466) is known color: Viridian. HEX triplet: 42, 84 and 66. RGB value is (66,132,102). Sum of RGB (Red+Green+Blue) = 66+132+102=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #428466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428466 is #BD7B99. Grayscale: #6C6C6C. Windows color (decimal): -12417946 or 6718530. OLE color: 6718530.
HSL color Cylindrical-coordinate representation of color #428466: hue angle of 152.73º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428466 is Cyan = 0.5, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 132 | 102 | - |
| CMYK | 0.5 | 0 | 0.23 | 0.48 |
| HSL | 152.73º | 0.33% | 0.39% | - |
| HSV(B) | 152.73º | 0.5% | 0.52% | - |
| XYZ | 12.9 | 18.62 | 15.48 | - |
| YUV | 108.85 | 124.13 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 132 | 102 | 0.5 | 0 | 0.23 | 0.48 | 152.73 | 0.33 | 0.39 |
| Hex | 42 | 84 | 66 | 32 | 0 | 17 | 30 | 99 | 21 | 27 |
| Octal | 102 | 204 | 146 | 62 | 0 | 27 | 60 | 231 | 41 | 47 |
| Binary | 1000010 | 10000100 | 1100110 | 110010 | 0 | 10111 | 110000 | 10011001 | 100001 | 100111 |
Color Harmonies of #428466
Complementary color
Monochromatic Colors of #428466
Black with #428466
Text Example
Text Example
White with #428466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428466; }
p { color: rgb(66,132,102); }
H1.HeaderClassName
{
color: #428466;
}
.AnyTagClassName
{
color: #428466;
}
</style>
background-color css
<style>
a { background-color: #428466; }
a { background-color: rgb(66,132,102); }
div.DivClassName
{
background-color: #428466;
}
.BgClassName
{
background-color: #428466;
}
</style>
border-color css
<style>
span { border-color: #428466; }
span { border-color: rgb(66,132,102); }
td.TdClassName
{
border-color: #428466;
}
.TagClassName
{
border-color: #428466;
}
</style>