Shades of Viridian #428665
Tints of Viridian #428665
RGB
CMYK
RGB Variations
Color information
#428665 (or 0x428665) is known color: Viridian. HEX triplet: 42, 86 and 65. RGB value is (66,134,101). Sum of RGB (Red+Green+Blue) = 66+134+101=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #428665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428665 is #BD799A. Grayscale: #6D6D6D. Windows color (decimal): -12417435 or 6653506. OLE color: 6653506.
HSL color Cylindrical-coordinate representation of color #428665: hue angle of 150.88º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428665 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 134 | 101 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.47 |
| HSL | 150.88º | 0.34% | 0.39% | - |
| HSV(B) | 150.88º | 0.51% | 0.53% | - |
| XYZ | 13.12 | 19.15 | 15.32 | - |
| YUV | 109.91 | 122.97 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 101 | 0.51 | 0 | 0.25 | 0.47 | 150.88 | 0.34 | 0.39 |
| Hex | 42 | 86 | 65 | 33 | 0 | 19 | 2F | 97 | 22 | 27 |
| Octal | 102 | 206 | 145 | 63 | 0 | 31 | 57 | 227 | 42 | 47 |
| Binary | 1000010 | 10000110 | 1100101 | 110011 | 0 | 11001 | 101111 | 10010111 | 100010 | 100111 |
Color Harmonies of #428665
Complementary color
Monochromatic Colors of #428665
Black with #428665
Text Example
Text Example
White with #428665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428665; }
p { color: rgb(66,134,101); }
H1.HeaderClassName
{
color: #428665;
}
.AnyTagClassName
{
color: #428665;
}
</style>
background-color css
<style>
a { background-color: #428665; }
a { background-color: rgb(66,134,101); }
div.DivClassName
{
background-color: #428665;
}
.BgClassName
{
background-color: #428665;
}
</style>
border-color css
<style>
span { border-color: #428665; }
span { border-color: rgb(66,134,101); }
td.TdClassName
{
border-color: #428665;
}
.TagClassName
{
border-color: #428665;
}
</style>