Shades of Viridian #427B66
Tints of Viridian #427B66
RGB
CMYK
RGB Variations
Color information
#427B66 (or 0x427B66) is known color: Viridian. HEX triplet: 42, 7B and 66. RGB value is (66,123,102). Sum of RGB (Red+Green+Blue) = 66+123+102=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 123 - color contains mainly: green. Hex color #427B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427B66 is #BD8499. Grayscale: #676767. Windows color (decimal): -12420250 or 6716226. OLE color: 6716226.
HSL color Cylindrical-coordinate representation of color #427B66: hue angle of 157.89º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427B66 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 123 | 102 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.52 |
| HSL | 157.89º | 0.3% | 0.37% | - |
| HSV(B) | 157.89º | 0.46% | 0.48% | - |
| XYZ | 11.73 | 16.28 | 15.1 | - |
| YUV | 103.56 | 127.12 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 102 | 0.46 | 0 | 0.17 | 0.52 | 157.89 | 0.3 | 0.37 |
| Hex | 42 | 7B | 66 | 2E | 0 | 11 | 34 | 9E | 1E | 25 |
| Octal | 102 | 173 | 146 | 56 | 0 | 21 | 64 | 236 | 36 | 45 |
| Binary | 1000010 | 1111011 | 1100110 | 101110 | 0 | 10001 | 110100 | 10011110 | 11110 | 100101 |
Color Harmonies of #427B66
Complementary color
Monochromatic Colors of #427B66
Black with #427B66
Text Example
Text Example
White with #427B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427B66; }
p { color: rgb(66,123,102); }
H1.HeaderClassName
{
color: #427B66;
}
.AnyTagClassName
{
color: #427B66;
}
</style>
background-color css
<style>
a { background-color: #427B66; }
a { background-color: rgb(66,123,102); }
div.DivClassName
{
background-color: #427B66;
}
.BgClassName
{
background-color: #427B66;
}
</style>
border-color css
<style>
span { border-color: #427B66; }
span { border-color: rgb(66,123,102); }
td.TdClassName
{
border-color: #427B66;
}
.TagClassName
{
border-color: #427B66;
}
</style>