Shades of Viridian #427764
Tints of Viridian #427764
RGB
CMYK
RGB Variations
Color information
#427764 (or 0x427764) is known color: Viridian. HEX triplet: 42, 77 and 64. RGB value is (66,119,100). Sum of RGB (Red+Green+Blue) = 66+119+100=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 119 - color contains mainly: green. Hex color #427764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427764 is #BD889B. Grayscale: #656565. Windows color (decimal): -12421276 or 6584130. OLE color: 6584130.
HSL color Cylindrical-coordinate representation of color #427764: hue angle of 158.49º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427764 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 119 | 100 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.53 |
| HSL | 158.49º | 0.29% | 0.36% | - |
| HSV(B) | 158.49º | 0.45% | 0.47% | - |
| XYZ | 11.14 | 15.27 | 14.42 | - |
| YUV | 100.99 | 127.44 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 100 | 0.45 | 0 | 0.16 | 0.53 | 158.49 | 0.29 | 0.36 |
| Hex | 42 | 77 | 64 | 2D | 0 | 10 | 35 | 9E | 1D | 24 |
| Octal | 102 | 167 | 144 | 55 | 0 | 20 | 65 | 236 | 35 | 44 |
| Binary | 1000010 | 1110111 | 1100100 | 101101 | 0 | 10000 | 110101 | 10011110 | 11101 | 100100 |
Color Harmonies of #427764
Complementary color
Monochromatic Colors of #427764
Black with #427764
Text Example
Text Example
White with #427764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427764; }
p { color: rgb(66,119,100); }
H1.HeaderClassName
{
color: #427764;
}
.AnyTagClassName
{
color: #427764;
}
</style>
background-color css
<style>
a { background-color: #427764; }
a { background-color: rgb(66,119,100); }
div.DivClassName
{
background-color: #427764;
}
.BgClassName
{
background-color: #427764;
}
</style>
border-color css
<style>
span { border-color: #427764; }
span { border-color: rgb(66,119,100); }
td.TdClassName
{
border-color: #427764;
}
.TagClassName
{
border-color: #427764;
}
</style>