Shades of Viridian #427B64
Tints of Viridian #427B64
RGB
CMYK
RGB Variations
Color information
#427B64 (or 0x427B64) is known color: Viridian. HEX triplet: 42, 7B and 64. RGB value is (66,123,100). Sum of RGB (Red+Green+Blue) = 66+123+100=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 123 - color contains mainly: green. Hex color #427B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427B64 is #BD849B. Grayscale: #676767. Windows color (decimal): -12420252 or 6585154. OLE color: 6585154.
HSL color Cylindrical-coordinate representation of color #427B64: hue angle of 155.79º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427B64 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 123 | 100 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.52 |
| HSL | 155.79º | 0.3% | 0.37% | - |
| HSV(B) | 155.79º | 0.46% | 0.48% | - |
| XYZ | 11.63 | 16.24 | 14.58 | - |
| YUV | 103.34 | 126.12 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 100 | 0.46 | 0 | 0.19 | 0.52 | 155.79 | 0.3 | 0.37 |
| Hex | 42 | 7B | 64 | 2E | 0 | 13 | 34 | 9C | 1E | 25 |
| Octal | 102 | 173 | 144 | 56 | 0 | 23 | 64 | 234 | 36 | 45 |
| Binary | 1000010 | 1111011 | 1100100 | 101110 | 0 | 10011 | 110100 | 10011100 | 11110 | 100101 |
Color Harmonies of #427B64
Complementary color
Monochromatic Colors of #427B64
Black with #427B64
Text Example
Text Example
White with #427B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427B64; }
p { color: rgb(66,123,100); }
H1.HeaderClassName
{
color: #427B64;
}
.AnyTagClassName
{
color: #427B64;
}
</style>
background-color css
<style>
a { background-color: #427B64; }
a { background-color: rgb(66,123,100); }
div.DivClassName
{
background-color: #427B64;
}
.BgClassName
{
background-color: #427B64;
}
</style>
border-color css
<style>
span { border-color: #427B64; }
span { border-color: rgb(66,123,100); }
td.TdClassName
{
border-color: #427B64;
}
.TagClassName
{
border-color: #427B64;
}
</style>