Shades of Viridian #427F66
Tints of Viridian #427F66
RGB
CMYK
RGB Variations
Color information
#427F66 (or 0x427F66) is known color: Viridian. HEX triplet: 42, 7F and 66. RGB value is (66,127,102). Sum of RGB (Red+Green+Blue) = 66+127+102=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 127 - color contains mainly: green. Hex color #427F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427F66 is #BD8099. Grayscale: #696969. Windows color (decimal): -12419226 or 6717250. OLE color: 6717250.
HSL color Cylindrical-coordinate representation of color #427F66: hue angle of 155.41º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427F66 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 127 | 102 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.50 |
| HSL | 155.41º | 0.32% | 0.38% | - |
| HSV(B) | 155.41º | 0.48% | 0.5% | - |
| XYZ | 12.23 | 17.3 | 15.26 | - |
| YUV | 105.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 102 | 0.48 | 0 | 0.20 | 0.50 | 155.41 | 0.32 | 0.38 |
| Hex | 42 | 7F | 66 | 30 | 0 | 14 | 32 | 9B | 20 | 26 |
| Octal | 102 | 177 | 146 | 60 | 0 | 24 | 62 | 233 | 40 | 46 |
| Binary | 1000010 | 1111111 | 1100110 | 110000 | 0 | 10100 | 110010 | 10011011 | 100000 | 100110 |
Color Harmonies of #427F66
Complementary color
Monochromatic Colors of #427F66
Black with #427F66
Text Example
Text Example
White with #427F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427F66; }
p { color: rgb(66,127,102); }
H1.HeaderClassName
{
color: #427F66;
}
.AnyTagClassName
{
color: #427F66;
}
</style>
background-color css
<style>
a { background-color: #427F66; }
a { background-color: rgb(66,127,102); }
div.DivClassName
{
background-color: #427F66;
}
.BgClassName
{
background-color: #427F66;
}
</style>
border-color css
<style>
span { border-color: #427F66; }
span { border-color: rgb(66,127,102); }
td.TdClassName
{
border-color: #427F66;
}
.TagClassName
{
border-color: #427F66;
}
</style>