Shades of Viridian #427864
Tints of Viridian #427864
RGB
CMYK
RGB Variations
Color information
#427864 (or 0x427864) is known color: Viridian. HEX triplet: 42, 78 and 64. RGB value is (66,120,100). Sum of RGB (Red+Green+Blue) = 66+120+100=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 120 - color contains mainly: green. Hex color #427864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427864 is #BD879B. Grayscale: #656565. Windows color (decimal): -12421020 or 6584386. OLE color: 6584386.
HSL color Cylindrical-coordinate representation of color #427864: hue angle of 157.78º 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 #427864 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 120 | 100 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.53 |
| HSL | 157.78º | 0.29% | 0.36% | - |
| HSV(B) | 157.78º | 0.45% | 0.47% | - |
| XYZ | 11.26 | 15.51 | 14.46 | - |
| YUV | 101.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 120 | 100 | 0.45 | 0 | 0.17 | 0.53 | 157.78 | 0.29 | 0.36 |
| Hex | 42 | 78 | 64 | 2D | 0 | 11 | 35 | 9E | 1D | 24 |
| Octal | 102 | 170 | 144 | 55 | 0 | 21 | 65 | 236 | 35 | 44 |
| Binary | 1000010 | 1111000 | 1100100 | 101101 | 0 | 10001 | 110101 | 10011110 | 11101 | 100100 |
Color Harmonies of #427864
Complementary color
Monochromatic Colors of #427864
Black with #427864
Text Example
Text Example
White with #427864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427864; }
p { color: rgb(66,120,100); }
H1.HeaderClassName
{
color: #427864;
}
.AnyTagClassName
{
color: #427864;
}
</style>
background-color css
<style>
a { background-color: #427864; }
a { background-color: rgb(66,120,100); }
div.DivClassName
{
background-color: #427864;
}
.BgClassName
{
background-color: #427864;
}
</style>
border-color css
<style>
span { border-color: #427864; }
span { border-color: rgb(66,120,100); }
td.TdClassName
{
border-color: #427864;
}
.TagClassName
{
border-color: #427864;
}
</style>