Shades of Viridian #427C64
Tints of Viridian #427C64
RGB
CMYK
RGB Variations
Color information
#427C64 (or 0x427C64) is known color: Viridian. HEX triplet: 42, 7C and 64. RGB value is (66,124,100). Sum of RGB (Red+Green+Blue) = 66+124+100=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 124 - color contains mainly: green. Hex color #427C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C64 is #BD839B. Grayscale: #676767. Windows color (decimal): -12419996 or 6585410. OLE color: 6585410.
HSL color Cylindrical-coordinate representation of color #427C64: hue angle of 155.17º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #427C64 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 124 | 100 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.51 |
| HSL | 155.17º | 0.31% | 0.37% | - |
| HSV(B) | 155.17º | 0.47% | 0.49% | - |
| XYZ | 11.75 | 16.49 | 14.62 | - |
| YUV | 103.92 | 125.78 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 124 | 100 | 0.47 | 0 | 0.19 | 0.51 | 155.17 | 0.31 | 0.37 |
| Hex | 42 | 7C | 64 | 2F | 0 | 13 | 33 | 9B | 1F | 25 |
| Octal | 102 | 174 | 144 | 57 | 0 | 23 | 63 | 233 | 37 | 45 |
| Binary | 1000010 | 1111100 | 1100100 | 101111 | 0 | 10011 | 110011 | 10011011 | 11111 | 100101 |
Color Harmonies of #427C64
Complementary color
Monochromatic Colors of #427C64
Black with #427C64
Text Example
Text Example
White with #427C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427C64; }
p { color: rgb(66,124,100); }
H1.HeaderClassName
{
color: #427C64;
}
.AnyTagClassName
{
color: #427C64;
}
</style>
background-color css
<style>
a { background-color: #427C64; }
a { background-color: rgb(66,124,100); }
div.DivClassName
{
background-color: #427C64;
}
.BgClassName
{
background-color: #427C64;
}
</style>
border-color css
<style>
span { border-color: #427C64; }
span { border-color: rgb(66,124,100); }
td.TdClassName
{
border-color: #427C64;
}
.TagClassName
{
border-color: #427C64;
}
</style>