Shades of Viridian #457663
Tints of Viridian #457663
RGB
CMYK
RGB Variations
Color information
#457663 (or 0x457663) is known color: Viridian. HEX triplet: 45, 76 and 63. RGB value is (69,118,99). Sum of RGB (Red+Green+Blue) = 69+118+99=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #457663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457663 is #BA899C. Grayscale: #656565. Windows color (decimal): -12224925 or 6518341. OLE color: 6518341.
HSL color Cylindrical-coordinate representation of color #457663: hue angle of 156.73º 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 #457663 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 118 | 99 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.54 |
| HSL | 156.73º | 0.26% | 0.37% | - |
| HSV(B) | 156.73º | 0.42% | 0.46% | - |
| XYZ | 11.18 | 15.12 | 14.13 | - |
| YUV | 101.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 118 | 99 | 0.42 | 0 | 0.16 | 0.54 | 156.73 | 0.26 | 0.37 |
| Hex | 45 | 76 | 63 | 2A | 0 | 10 | 36 | 9D | 1A | 25 |
| Octal | 105 | 166 | 143 | 52 | 0 | 20 | 66 | 235 | 32 | 45 |
| Binary | 1000101 | 1110110 | 1100011 | 101010 | 0 | 10000 | 110110 | 10011101 | 11010 | 100101 |
Color Harmonies of #457663
Complementary color
Monochromatic Colors of #457663
Black with #457663
Text Example
Text Example
White with #457663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457663; }
p { color: rgb(69,118,99); }
H1.HeaderClassName
{
color: #457663;
}
.AnyTagClassName
{
color: #457663;
}
</style>
background-color css
<style>
a { background-color: #457663; }
a { background-color: rgb(69,118,99); }
div.DivClassName
{
background-color: #457663;
}
.BgClassName
{
background-color: #457663;
}
</style>
border-color css
<style>
span { border-color: #457663; }
span { border-color: rgb(69,118,99); }
td.TdClassName
{
border-color: #457663;
}
.TagClassName
{
border-color: #457663;
}
</style>