Shades of Viridian #428764
Tints of Viridian #428764
RGB
CMYK
RGB Variations
Color information
#428764 (or 0x428764) is known color: Viridian. HEX triplet: 42, 87 and 64. RGB value is (66,135,100). Sum of RGB (Red+Green+Blue) = 66+135+100=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #428764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428764 is #BD789B. Grayscale: #6E6E6E. Windows color (decimal): -12417180 or 6588226. OLE color: 6588226.
HSL color Cylindrical-coordinate representation of color #428764: hue angle of 149.57º 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 #428764 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 135 | 100 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.47 |
| HSL | 149.57º | 0.34% | 0.39% | - |
| HSV(B) | 149.57º | 0.51% | 0.53% | - |
| XYZ | 13.21 | 19.41 | 15.11 | - |
| YUV | 110.38 | 122.14 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 135 | 100 | 0.51 | 0 | 0.26 | 0.47 | 149.57 | 0.34 | 0.39 |
| Hex | 42 | 87 | 64 | 33 | 0 | 1A | 2F | 96 | 22 | 27 |
| Octal | 102 | 207 | 144 | 63 | 0 | 32 | 57 | 226 | 42 | 47 |
| Binary | 1000010 | 10000111 | 1100100 | 110011 | 0 | 11010 | 101111 | 10010110 | 100010 | 100111 |
Color Harmonies of #428764
Complementary color
Monochromatic Colors of #428764
Black with #428764
Text Example
Text Example
White with #428764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428764; }
p { color: rgb(66,135,100); }
H1.HeaderClassName
{
color: #428764;
}
.AnyTagClassName
{
color: #428764;
}
</style>
background-color css
<style>
a { background-color: #428764; }
a { background-color: rgb(66,135,100); }
div.DivClassName
{
background-color: #428764;
}
.BgClassName
{
background-color: #428764;
}
</style>
border-color css
<style>
span { border-color: #428764; }
span { border-color: rgb(66,135,100); }
td.TdClassName
{
border-color: #428764;
}
.TagClassName
{
border-color: #428764;
}
</style>