Shades of Viridian #457666
Tints of Viridian #457666
RGB
CMYK
RGB Variations
Color information
#457666 (or 0x457666) is known color: Viridian. HEX triplet: 45, 76 and 66. RGB value is (69,118,102). Sum of RGB (Red+Green+Blue) = 69+118+102=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 118 - color contains mainly: green. Hex color #457666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457666 is #BA8999. Grayscale: #656565. Windows color (decimal): -12224922 or 6714949. OLE color: 6714949.
HSL color Cylindrical-coordinate representation of color #457666: hue angle of 160.41º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #457666 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 118 | 102 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.54 |
| HSL | 160.41º | 0.26% | 0.37% | - |
| HSV(B) | 160.41º | 0.42% | 0.46% | - |
| XYZ | 11.33 | 15.18 | 14.9 | - |
| YUV | 101.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 118 | 102 | 0.42 | 0 | 0.14 | 0.54 | 160.41 | 0.26 | 0.37 |
| Hex | 45 | 76 | 66 | 2A | 0 | E | 36 | A0 | 1A | 25 |
| Octal | 105 | 166 | 146 | 52 | 0 | 16 | 66 | 240 | 32 | 45 |
| Binary | 1000101 | 1110110 | 1100110 | 101010 | 0 | 1110 | 110110 | 10100000 | 11010 | 100101 |
Color Harmonies of #457666
Complementary color
Monochromatic Colors of #457666
Black with #457666
Text Example
Text Example
White with #457666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457666; }
p { color: rgb(69,118,102); }
H1.HeaderClassName
{
color: #457666;
}
.AnyTagClassName
{
color: #457666;
}
</style>
background-color css
<style>
a { background-color: #457666; }
a { background-color: rgb(69,118,102); }
div.DivClassName
{
background-color: #457666;
}
.BgClassName
{
background-color: #457666;
}
</style>
border-color css
<style>
span { border-color: #457666; }
span { border-color: rgb(69,118,102); }
td.TdClassName
{
border-color: #457666;
}
.TagClassName
{
border-color: #457666;
}
</style>