Shades of Viridian #457C65
Tints of Viridian #457C65
RGB
CMYK
RGB Variations
Color information
#457C65 (or 0x457C65) is known color: Viridian. HEX triplet: 45, 7C and 65. RGB value is (69,124,101). Sum of RGB (Red+Green+Blue) = 69+124+101=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 124 - color contains mainly: green. Hex color #457C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457C65 is #BA839A. Grayscale: #686868. Windows color (decimal): -12223387 or 6650949. OLE color: 6650949.
HSL color Cylindrical-coordinate representation of color #457C65: hue angle of 154.91º 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 #457C65 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 124 | 101 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.51 |
| HSL | 154.91º | 0.28% | 0.38% | - |
| HSV(B) | 154.91º | 0.44% | 0.49% | - |
| XYZ | 12.01 | 16.62 | 14.89 | - |
| YUV | 104.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 101 | 0.44 | 0 | 0.19 | 0.51 | 154.91 | 0.28 | 0.38 |
| Hex | 45 | 7C | 65 | 2C | 0 | 13 | 33 | 9B | 1C | 26 |
| Octal | 105 | 174 | 145 | 54 | 0 | 23 | 63 | 233 | 34 | 46 |
| Binary | 1000101 | 1111100 | 1100101 | 101100 | 0 | 10011 | 110011 | 10011011 | 11100 | 100110 |
Color Harmonies of #457C65
Complementary color
Monochromatic Colors of #457C65
Black with #457C65
Text Example
Text Example
White with #457C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457C65; }
p { color: rgb(69,124,101); }
H1.HeaderClassName
{
color: #457C65;
}
.AnyTagClassName
{
color: #457C65;
}
</style>
background-color css
<style>
a { background-color: #457C65; }
a { background-color: rgb(69,124,101); }
div.DivClassName
{
background-color: #457C65;
}
.BgClassName
{
background-color: #457C65;
}
</style>
border-color css
<style>
span { border-color: #457C65; }
span { border-color: rgb(69,124,101); }
td.TdClassName
{
border-color: #457C65;
}
.TagClassName
{
border-color: #457C65;
}
</style>