Shades of Viridian #427662
Tints of Viridian #427662
RGB
CMYK
RGB Variations
Color information
#427662 (or 0x427662) is known color: Viridian. HEX triplet: 42, 76 and 62. RGB value is (66,118,98). Sum of RGB (Red+Green+Blue) = 66+118+98=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #427662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427662 is #BD899D. Grayscale: #646464. Windows color (decimal): -12421534 or 6452802. OLE color: 6452802.
HSL color Cylindrical-coordinate representation of color #427662: hue angle of 156.92º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427662 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 118 | 98 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.54 |
| HSL | 156.92º | 0.28% | 0.36% | - |
| HSV(B) | 156.92º | 0.44% | 0.46% | - |
| XYZ | 10.93 | 15 | 13.87 | - |
| YUV | 100.17 | 126.77 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 98 | 0.44 | 0 | 0.17 | 0.54 | 156.92 | 0.28 | 0.36 |
| Hex | 42 | 76 | 62 | 2C | 0 | 11 | 36 | 9D | 1C | 24 |
| Octal | 102 | 166 | 142 | 54 | 0 | 21 | 66 | 235 | 34 | 44 |
| Binary | 1000010 | 1110110 | 1100010 | 101100 | 0 | 10001 | 110110 | 10011101 | 11100 | 100100 |
Color Harmonies of #427662
Complementary color
Monochromatic Colors of #427662
Black with #427662
Text Example
Text Example
White with #427662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427662; }
p { color: rgb(66,118,98); }
H1.HeaderClassName
{
color: #427662;
}
.AnyTagClassName
{
color: #427662;
}
</style>
background-color css
<style>
a { background-color: #427662; }
a { background-color: rgb(66,118,98); }
div.DivClassName
{
background-color: #427662;
}
.BgClassName
{
background-color: #427662;
}
</style>
border-color css
<style>
span { border-color: #427662; }
span { border-color: rgb(66,118,98); }
td.TdClassName
{
border-color: #427662;
}
.TagClassName
{
border-color: #427662;
}
</style>