Shades of Viridian #428F6C
Tints of Viridian #428F6C
RGB
CMYK
RGB Variations
Color information
#428F6C (or 0x428F6C) is known color: Viridian. HEX triplet: 42, 8F and 6C. RGB value is (66,143,108). Sum of RGB (Red+Green+Blue) = 66+143+108=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 143 - color contains mainly: green. Hex color #428F6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428F6C is #BD7093. Grayscale: #747474. Windows color (decimal): -12415124 or 7114562. OLE color: 7114562.
HSL color Cylindrical-coordinate representation of color #428F6C: hue angle of 152.73º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428F6C is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 143 | 108 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.44 |
| HSL | 152.73º | 0.37% | 0.41% | - |
| HSV(B) | 152.73º | 0.54% | 0.56% | - |
| XYZ | 14.78 | 21.89 | 17.63 | - |
| YUV | 115.99 | 123.49 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 143 | 108 | 0.54 | 0 | 0.24 | 0.44 | 152.73 | 0.37 | 0.41 |
| Hex | 42 | 8F | 6C | 36 | 0 | 18 | 2C | 99 | 25 | 29 |
| Octal | 102 | 217 | 154 | 66 | 0 | 30 | 54 | 231 | 45 | 51 |
| Binary | 1000010 | 10001111 | 1101100 | 110110 | 0 | 11000 | 101100 | 10011001 | 100101 | 101001 |
Color Harmonies of #428F6C
Complementary color
Monochromatic Colors of #428F6C
Black with #428F6C
Text Example
Text Example
White with #428F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428F6C; }
p { color: rgb(66,143,108); }
H1.HeaderClassName
{
color: #428F6C;
}
.AnyTagClassName
{
color: #428F6C;
}
</style>
background-color css
<style>
a { background-color: #428F6C; }
a { background-color: rgb(66,143,108); }
div.DivClassName
{
background-color: #428F6C;
}
.BgClassName
{
background-color: #428F6C;
}
</style>
border-color css
<style>
span { border-color: #428F6C; }
span { border-color: rgb(66,143,108); }
td.TdClassName
{
border-color: #428F6C;
}
.TagClassName
{
border-color: #428F6C;
}
</style>