Shades of Viridian #427665
Tints of Viridian #427665
RGB
CMYK
RGB Variations
Color information
#427665 (or 0x427665) is known color: Viridian. HEX triplet: 42, 76 and 65. RGB value is (66,118,101). Sum of RGB (Red+Green+Blue) = 66+118+101=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #427665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427665 is #BD899A. Grayscale: #646464. Windows color (decimal): -12421531 or 6649410. OLE color: 6649410.
HSL color Cylindrical-coordinate representation of color #427665: hue angle of 160.38º 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 #427665 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 118 | 101 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.54 |
| HSL | 160.38º | 0.28% | 0.36% | - |
| HSV(B) | 160.38º | 0.44% | 0.46% | - |
| XYZ | 11.07 | 15.05 | 14.63 | - |
| YUV | 100.51 | 128.27 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 101 | 0.44 | 0 | 0.14 | 0.54 | 160.38 | 0.28 | 0.36 |
| Hex | 42 | 76 | 65 | 2C | 0 | E | 36 | A0 | 1C | 24 |
| Octal | 102 | 166 | 145 | 54 | 0 | 16 | 66 | 240 | 34 | 44 |
| Binary | 1000010 | 1110110 | 1100101 | 101100 | 0 | 1110 | 110110 | 10100000 | 11100 | 100100 |
Color Harmonies of #427665
Complementary color
Monochromatic Colors of #427665
Black with #427665
Text Example
Text Example
White with #427665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427665; }
p { color: rgb(66,118,101); }
H1.HeaderClassName
{
color: #427665;
}
.AnyTagClassName
{
color: #427665;
}
</style>
background-color css
<style>
a { background-color: #427665; }
a { background-color: rgb(66,118,101); }
div.DivClassName
{
background-color: #427665;
}
.BgClassName
{
background-color: #427665;
}
</style>
border-color css
<style>
span { border-color: #427665; }
span { border-color: rgb(66,118,101); }
td.TdClassName
{
border-color: #427665;
}
.TagClassName
{
border-color: #427665;
}
</style>