Shades of Viridian #427F65
Tints of Viridian #427F65
RGB
CMYK
RGB Variations
Color information
#427F65 (or 0x427F65) is known color: Viridian. HEX triplet: 42, 7F and 65. RGB value is (66,127,101). Sum of RGB (Red+Green+Blue) = 66+127+101=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 127 - color contains mainly: green. Hex color #427F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427F65 is #BD809A. Grayscale: #696969. Windows color (decimal): -12419227 or 6651714. OLE color: 6651714.
HSL color Cylindrical-coordinate representation of color #427F65: hue angle of 154.43º 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 #427F65 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 127 | 101 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.50 |
| HSL | 154.43º | 0.32% | 0.38% | - |
| HSV(B) | 154.43º | 0.48% | 0.5% | - |
| XYZ | 12.19 | 17.28 | 15 | - |
| YUV | 105.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 101 | 0.48 | 0 | 0.20 | 0.50 | 154.43 | 0.32 | 0.38 |
| Hex | 42 | 7F | 65 | 30 | 0 | 14 | 32 | 9A | 20 | 26 |
| Octal | 102 | 177 | 145 | 60 | 0 | 24 | 62 | 232 | 40 | 46 |
| Binary | 1000010 | 1111111 | 1100101 | 110000 | 0 | 10100 | 110010 | 10011010 | 100000 | 100110 |
Color Harmonies of #427F65
Complementary color
Monochromatic Colors of #427F65
Black with #427F65
Text Example
Text Example
White with #427F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427F65; }
p { color: rgb(66,127,101); }
H1.HeaderClassName
{
color: #427F65;
}
.AnyTagClassName
{
color: #427F65;
}
</style>
background-color css
<style>
a { background-color: #427F65; }
a { background-color: rgb(66,127,101); }
div.DivClassName
{
background-color: #427F65;
}
.BgClassName
{
background-color: #427F65;
}
</style>
border-color css
<style>
span { border-color: #427F65; }
span { border-color: rgb(66,127,101); }
td.TdClassName
{
border-color: #427F65;
}
.TagClassName
{
border-color: #427F65;
}
</style>