Shades of Viridian #457C68
Tints of Viridian #457C68
RGB
CMYK
RGB Variations
Color information
#457C68 (or 0x457C68) is known color: Viridian. HEX triplet: 45, 7C and 68. RGB value is (69,124,104). Sum of RGB (Red+Green+Blue) = 69+124+104=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 124 - color contains mainly: green. Hex color #457C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457C68 is #BA8397. Grayscale: #696969. Windows color (decimal): -12223384 or 6847557. OLE color: 6847557.
HSL color Cylindrical-coordinate representation of color #457C68: hue angle of 158.18º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #457C68 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 124 | 104 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.51 |
| HSL | 158.18º | 0.28% | 0.38% | - |
| HSV(B) | 158.18º | 0.44% | 0.49% | - |
| XYZ | 12.16 | 16.68 | 15.68 | - |
| YUV | 105.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 104 | 0.44 | 0 | 0.16 | 0.51 | 158.18 | 0.28 | 0.38 |
| Hex | 45 | 7C | 68 | 2C | 0 | 10 | 33 | 9E | 1C | 26 |
| Octal | 105 | 174 | 150 | 54 | 0 | 20 | 63 | 236 | 34 | 46 |
| Binary | 1000101 | 1111100 | 1101000 | 101100 | 0 | 10000 | 110011 | 10011110 | 11100 | 100110 |
Color Harmonies of #457C68
Complementary color
Monochromatic Colors of #457C68
Black with #457C68
Text Example
Text Example
White with #457C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457C68; }
p { color: rgb(69,124,104); }
H1.HeaderClassName
{
color: #457C68;
}
.AnyTagClassName
{
color: #457C68;
}
</style>
background-color css
<style>
a { background-color: #457C68; }
a { background-color: rgb(69,124,104); }
div.DivClassName
{
background-color: #457C68;
}
.BgClassName
{
background-color: #457C68;
}
</style>
border-color css
<style>
span { border-color: #457C68; }
span { border-color: rgb(69,124,104); }
td.TdClassName
{
border-color: #457C68;
}
.TagClassName
{
border-color: #457C68;
}
</style>