Shades of Viridian #458B69
Tints of Viridian #458B69
RGB
CMYK
RGB Variations
Color information
#458B69 (or 0x458B69) is known color: Viridian. HEX triplet: 45, 8B and 69. RGB value is (69,139,105). Sum of RGB (Red+Green+Blue) = 69+139+105=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 139 - color contains mainly: green. Hex color #458B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458B69 is #BA7496. Grayscale: #727272. Windows color (decimal): -12219543 or 6916933. OLE color: 6916933.
HSL color Cylindrical-coordinate representation of color #458B69: hue angle of 150.86º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458B69 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 139 | 105 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.45 |
| HSL | 150.86º | 0.34% | 0.41% | - |
| HSV(B) | 150.86º | 0.5% | 0.55% | - |
| XYZ | 14.24 | 20.75 | 16.62 | - |
| YUV | 114.19 | 122.81 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 105 | 0.50 | 0 | 0.24 | 0.45 | 150.86 | 0.34 | 0.41 |
| Hex | 45 | 8B | 69 | 32 | 0 | 18 | 2D | 97 | 22 | 29 |
| Octal | 105 | 213 | 151 | 62 | 0 | 30 | 55 | 227 | 42 | 51 |
| Binary | 1000101 | 10001011 | 1101001 | 110010 | 0 | 11000 | 101101 | 10010111 | 100010 | 101001 |
Color Harmonies of #458B69
Complementary color
Monochromatic Colors of #458B69
Black with #458B69
Text Example
Text Example
White with #458B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458B69; }
p { color: rgb(69,139,105); }
H1.HeaderClassName
{
color: #458B69;
}
.AnyTagClassName
{
color: #458B69;
}
</style>
background-color css
<style>
a { background-color: #458B69; }
a { background-color: rgb(69,139,105); }
div.DivClassName
{
background-color: #458B69;
}
.BgClassName
{
background-color: #458B69;
}
</style>
border-color css
<style>
span { border-color: #458B69; }
span { border-color: rgb(69,139,105); }
td.TdClassName
{
border-color: #458B69;
}
.TagClassName
{
border-color: #458B69;
}
</style>