Shades of Viridian #457362
Tints of Viridian #457362
RGB
CMYK
RGB Variations
Color information
#457362 (or 0x457362) is known color: Viridian. HEX triplet: 45, 73 and 62. RGB value is (69,115,98). Sum of RGB (Red+Green+Blue) = 69+115+98=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 115 - color contains mainly: green. Hex color #457362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457362 is #BA8C9D. Grayscale: #636363. Windows color (decimal): -12225694 or 6452037. OLE color: 6452037.
HSL color Cylindrical-coordinate representation of color #457362: hue angle of 157.83º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #457362 is Cyan = 0.4, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 115 | 98 | - |
| CMYK | 0.4 | 0 | 0.15 | 0.55 |
| HSL | 157.83º | 0.25% | 0.36% | - |
| HSV(B) | 157.83º | 0.4% | 0.45% | - |
| XYZ | 10.79 | 14.41 | 13.77 | - |
| YUV | 99.31 | 127.26 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 115 | 98 | 0.4 | 0 | 0.15 | 0.55 | 157.83 | 0.25 | 0.36 |
| Hex | 45 | 73 | 62 | 28 | 0 | F | 37 | 9E | 19 | 24 |
| Octal | 105 | 163 | 142 | 50 | 0 | 17 | 67 | 236 | 31 | 44 |
| Binary | 1000101 | 1110011 | 1100010 | 101000 | 0 | 1111 | 110111 | 10011110 | 11001 | 100100 |
Color Harmonies of #457362
Complementary color
Monochromatic Colors of #457362
Black with #457362
Text Example
Text Example
White with #457362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457362; }
p { color: rgb(69,115,98); }
H1.HeaderClassName
{
color: #457362;
}
.AnyTagClassName
{
color: #457362;
}
</style>
background-color css
<style>
a { background-color: #457362; }
a { background-color: rgb(69,115,98); }
div.DivClassName
{
background-color: #457362;
}
.BgClassName
{
background-color: #457362;
}
</style>
border-color css
<style>
span { border-color: #457362; }
span { border-color: rgb(69,115,98); }
td.TdClassName
{
border-color: #457362;
}
.TagClassName
{
border-color: #457362;
}
</style>