Shades of Viridian #457968
Tints of Viridian #457968
RGB
CMYK
RGB Variations
Color information
#457968 (or 0x457968) is known color: Viridian. HEX triplet: 45, 79 and 68. RGB value is (69,121,104). Sum of RGB (Red+Green+Blue) = 69+121+104=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 121 - color contains mainly: green. Hex color #457968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457968 is #BA8697. Grayscale: #676767. Windows color (decimal): -12224152 or 6846789. OLE color: 6846789.
HSL color Cylindrical-coordinate representation of color #457968: hue angle of 160.38º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #457968 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 121 | 104 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.53 |
| HSL | 160.38º | 0.27% | 0.37% | - |
| HSV(B) | 160.38º | 0.43% | 0.47% | - |
| XYZ | 11.79 | 15.94 | 15.55 | - |
| YUV | 103.51 | 128.27 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 121 | 104 | 0.43 | 0 | 0.14 | 0.53 | 160.38 | 0.27 | 0.37 |
| Hex | 45 | 79 | 68 | 2B | 0 | E | 35 | A0 | 1B | 25 |
| Octal | 105 | 171 | 150 | 53 | 0 | 16 | 65 | 240 | 33 | 45 |
| Binary | 1000101 | 1111001 | 1101000 | 101011 | 0 | 1110 | 110101 | 10100000 | 11011 | 100101 |
Color Harmonies of #457968
Complementary color
Monochromatic Colors of #457968
Black with #457968
Text Example
Text Example
White with #457968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457968; }
p { color: rgb(69,121,104); }
H1.HeaderClassName
{
color: #457968;
}
.AnyTagClassName
{
color: #457968;
}
</style>
background-color css
<style>
a { background-color: #457968; }
a { background-color: rgb(69,121,104); }
div.DivClassName
{
background-color: #457968;
}
.BgClassName
{
background-color: #457968;
}
</style>
border-color css
<style>
span { border-color: #457968; }
span { border-color: rgb(69,121,104); }
td.TdClassName
{
border-color: #457968;
}
.TagClassName
{
border-color: #457968;
}
</style>