Shades of Viridian #458166
Tints of Viridian #458166
RGB
CMYK
RGB Variations
Color information
#458166 (or 0x458166) is known color: Viridian. HEX triplet: 45, 81 and 66. RGB value is (69,129,102). Sum of RGB (Red+Green+Blue) = 69+129+102=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 129 - color contains mainly: green. Hex color #458166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458166 is #BA7E99. Grayscale: #6C6C6C. Windows color (decimal): -12222106 or 6717765. OLE color: 6717765.
HSL color Cylindrical-coordinate representation of color #458166: hue angle of 153º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #458166 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 129 | 102 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.49 |
| HSL | 153º | 0.3% | 0.39% | - |
| HSV(B) | 153º | 0.47% | 0.51% | - |
| XYZ | 12.7 | 17.93 | 15.36 | - |
| YUV | 107.98 | 124.62 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 129 | 102 | 0.47 | 0 | 0.21 | 0.49 | 153 | 0.3 | 0.39 |
| Hex | 45 | 81 | 66 | 2F | 0 | 15 | 31 | 99 | 1E | 27 |
| Octal | 105 | 201 | 146 | 57 | 0 | 25 | 61 | 231 | 36 | 47 |
| Binary | 1000101 | 10000001 | 1100110 | 101111 | 0 | 10101 | 110001 | 10011001 | 11110 | 100111 |
Color Harmonies of #458166
Complementary color
Monochromatic Colors of #458166
Black with #458166
Text Example
Text Example
White with #458166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458166; }
p { color: rgb(69,129,102); }
H1.HeaderClassName
{
color: #458166;
}
.AnyTagClassName
{
color: #458166;
}
</style>
background-color css
<style>
a { background-color: #458166; }
a { background-color: rgb(69,129,102); }
div.DivClassName
{
background-color: #458166;
}
.BgClassName
{
background-color: #458166;
}
</style>
border-color css
<style>
span { border-color: #458166; }
span { border-color: rgb(69,129,102); }
td.TdClassName
{
border-color: #458166;
}
.TagClassName
{
border-color: #458166;
}
</style>