Shades of Viridian #427F64
Tints of Viridian #427F64
RGB
CMYK
RGB Variations
Color information
#427F64 (or 0x427F64) is known color: Viridian. HEX triplet: 42, 7F and 64. RGB value is (66,127,100). Sum of RGB (Red+Green+Blue) = 66+127+100=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 127 (50% from 255 or 43.34% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 127 - color contains mainly: green. Hex color #427F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427F64 is #BD809B. Grayscale: #696969. Windows color (decimal): -12419228 or 6586178. OLE color: 6586178.
HSL color Cylindrical-coordinate representation of color #427F64: hue angle of 153.44º 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 #427F64 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 127 | 100 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.50 |
| HSL | 153.44º | 0.32% | 0.38% | - |
| HSV(B) | 153.44º | 0.48% | 0.5% | - |
| XYZ | 12.14 | 17.26 | 14.75 | - |
| YUV | 105.68 | 124.79 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 100 | 0.48 | 0 | 0.21 | 0.50 | 153.44 | 0.32 | 0.38 |
| Hex | 42 | 7F | 64 | 30 | 0 | 15 | 32 | 99 | 20 | 26 |
| Octal | 102 | 177 | 144 | 60 | 0 | 25 | 62 | 231 | 40 | 46 |
| Binary | 1000010 | 1111111 | 1100100 | 110000 | 0 | 10101 | 110010 | 10011001 | 100000 | 100110 |
Color Harmonies of #427F64
Complementary color
Monochromatic Colors of #427F64
Black with #427F64
Text Example
Text Example
White with #427F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427F64; }
p { color: rgb(66,127,100); }
H1.HeaderClassName
{
color: #427F64;
}
.AnyTagClassName
{
color: #427F64;
}
</style>
background-color css
<style>
a { background-color: #427F64; }
a { background-color: rgb(66,127,100); }
div.DivClassName
{
background-color: #427F64;
}
.BgClassName
{
background-color: #427F64;
}
</style>
border-color css
<style>
span { border-color: #427F64; }
span { border-color: rgb(66,127,100); }
td.TdClassName
{
border-color: #427F64;
}
.TagClassName
{
border-color: #427F64;
}
</style>