Shades of Viridian #458466
Tints of Viridian #458466
RGB
CMYK
RGB Variations
Color information
#458466 (or 0x458466) is known color: Viridian. HEX triplet: 45, 84 and 66. RGB value is (69,132,102). Sum of RGB (Red+Green+Blue) = 69+132+102=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #458466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458466 is #BA7B99. Grayscale: #6D6D6D. Windows color (decimal): -12221338 or 6718533. OLE color: 6718533.
HSL color Cylindrical-coordinate representation of color #458466: hue angle of 151.43º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #458466 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 132 | 102 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.48 |
| HSL | 151.43º | 0.31% | 0.39% | - |
| HSV(B) | 151.43º | 0.48% | 0.52% | - |
| XYZ | 13.1 | 18.73 | 15.49 | - |
| YUV | 109.74 | 123.63 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 132 | 102 | 0.48 | 0 | 0.23 | 0.48 | 151.43 | 0.31 | 0.39 |
| Hex | 45 | 84 | 66 | 30 | 0 | 17 | 30 | 97 | 1F | 27 |
| Octal | 105 | 204 | 146 | 60 | 0 | 27 | 60 | 227 | 37 | 47 |
| Binary | 1000101 | 10000100 | 1100110 | 110000 | 0 | 10111 | 110000 | 10010111 | 11111 | 100111 |
Color Harmonies of #458466
Complementary color
Monochromatic Colors of #458466
Black with #458466
Text Example
Text Example
White with #458466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458466; }
p { color: rgb(69,132,102); }
H1.HeaderClassName
{
color: #458466;
}
.AnyTagClassName
{
color: #458466;
}
</style>
background-color css
<style>
a { background-color: #458466; }
a { background-color: rgb(69,132,102); }
div.DivClassName
{
background-color: #458466;
}
.BgClassName
{
background-color: #458466;
}
</style>
border-color css
<style>
span { border-color: #458466; }
span { border-color: rgb(69,132,102); }
td.TdClassName
{
border-color: #458466;
}
.TagClassName
{
border-color: #458466;
}
</style>