Shades of Viridian #428768
Tints of Viridian #428768
RGB
CMYK
RGB Variations
Color information
#428768 (or 0x428768) is known color: Viridian. HEX triplet: 42, 87 and 68. RGB value is (66,135,104). Sum of RGB (Red+Green+Blue) = 66+135+104=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #428768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428768 is #BD7897. Grayscale: #6E6E6E. Windows color (decimal): -12417176 or 6850370. OLE color: 6850370.
HSL color Cylindrical-coordinate representation of color #428768: hue angle of 153.04º 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 #428768 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 135 | 104 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.47 |
| HSL | 153.04º | 0.34% | 0.39% | - |
| HSV(B) | 153.04º | 0.51% | 0.53% | - |
| XYZ | 13.41 | 19.49 | 16.15 | - |
| YUV | 110.84 | 124.14 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 135 | 104 | 0.51 | 0 | 0.23 | 0.47 | 153.04 | 0.34 | 0.39 |
| Hex | 42 | 87 | 68 | 33 | 0 | 17 | 2F | 99 | 22 | 27 |
| Octal | 102 | 207 | 150 | 63 | 0 | 27 | 57 | 231 | 42 | 47 |
| Binary | 1000010 | 10000111 | 1101000 | 110011 | 0 | 10111 | 101111 | 10011001 | 100010 | 100111 |
Color Harmonies of #428768
Complementary color
Monochromatic Colors of #428768
Black with #428768
Text Example
Text Example
White with #428768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428768; }
p { color: rgb(66,135,104); }
H1.HeaderClassName
{
color: #428768;
}
.AnyTagClassName
{
color: #428768;
}
</style>
background-color css
<style>
a { background-color: #428768; }
a { background-color: rgb(66,135,104); }
div.DivClassName
{
background-color: #428768;
}
.BgClassName
{
background-color: #428768;
}
</style>
border-color css
<style>
span { border-color: #428768; }
span { border-color: rgb(66,135,104); }
td.TdClassName
{
border-color: #428768;
}
.TagClassName
{
border-color: #428768;
}
</style>