Shades of Viridian #428266
Tints of Viridian #428266
RGB
CMYK
RGB Variations
Color information
#428266 (or 0x428266) is known color: Viridian. HEX triplet: 42, 82 and 66. RGB value is (66,130,102). Sum of RGB (Red+Green+Blue) = 66+130+102=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #428266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428266 is #BD7D99. Grayscale: #6B6B6B. Windows color (decimal): -12418458 or 6718018. OLE color: 6718018.
HSL color Cylindrical-coordinate representation of color #428266: hue angle of 153.75º degrees, saturation: 0.33, 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 #428266 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 130 | 102 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.49 |
| HSL | 153.75º | 0.33% | 0.38% | - |
| HSV(B) | 153.75º | 0.49% | 0.51% | - |
| XYZ | 12.63 | 18.08 | 15.4 | - |
| YUV | 107.67 | 124.8 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 102 | 0.49 | 0 | 0.22 | 0.49 | 153.75 | 0.33 | 0.38 |
| Hex | 42 | 82 | 66 | 31 | 0 | 16 | 31 | 9A | 21 | 26 |
| Octal | 102 | 202 | 146 | 61 | 0 | 26 | 61 | 232 | 41 | 46 |
| Binary | 1000010 | 10000010 | 1100110 | 110001 | 0 | 10110 | 110001 | 10011010 | 100001 | 100110 |
Color Harmonies of #428266
Complementary color
Monochromatic Colors of #428266
Black with #428266
Text Example
Text Example
White with #428266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428266; }
p { color: rgb(66,130,102); }
H1.HeaderClassName
{
color: #428266;
}
.AnyTagClassName
{
color: #428266;
}
</style>
background-color css
<style>
a { background-color: #428266; }
a { background-color: rgb(66,130,102); }
div.DivClassName
{
background-color: #428266;
}
.BgClassName
{
background-color: #428266;
}
</style>
border-color css
<style>
span { border-color: #428266; }
span { border-color: rgb(66,130,102); }
td.TdClassName
{
border-color: #428266;
}
.TagClassName
{
border-color: #428266;
}
</style>