Shades of Viridian #458868
Tints of Viridian #458868
RGB
CMYK
RGB Variations
Color information
#458868 (or 0x458868) is known color: Viridian. HEX triplet: 45, 88 and 68. RGB value is (69,136,104). Sum of RGB (Red+Green+Blue) = 69+136+104=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #458868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458868 is #BA7797. Grayscale: #707070. Windows color (decimal): -12220312 or 6850629. OLE color: 6850629.
HSL color Cylindrical-coordinate representation of color #458868: hue angle of 151.34º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #458868 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 136 | 104 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.47 |
| HSL | 151.34º | 0.33% | 0.4% | - |
| HSV(B) | 151.34º | 0.49% | 0.53% | - |
| XYZ | 13.76 | 19.87 | 16.21 | - |
| YUV | 112.32 | 123.3 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 136 | 104 | 0.49 | 0 | 0.24 | 0.47 | 151.34 | 0.33 | 0.4 |
| Hex | 45 | 88 | 68 | 31 | 0 | 18 | 2F | 97 | 21 | 28 |
| Octal | 105 | 210 | 150 | 61 | 0 | 30 | 57 | 227 | 41 | 50 |
| Binary | 1000101 | 10001000 | 1101000 | 110001 | 0 | 11000 | 101111 | 10010111 | 100001 | 101000 |
Color Harmonies of #458868
Complementary color
Monochromatic Colors of #458868
Black with #458868
Text Example
Text Example
White with #458868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458868; }
p { color: rgb(69,136,104); }
H1.HeaderClassName
{
color: #458868;
}
.AnyTagClassName
{
color: #458868;
}
</style>
background-color css
<style>
a { background-color: #458868; }
a { background-color: rgb(69,136,104); }
div.DivClassName
{
background-color: #458868;
}
.BgClassName
{
background-color: #458868;
}
</style>
border-color css
<style>
span { border-color: #458868; }
span { border-color: rgb(69,136,104); }
td.TdClassName
{
border-color: #458868;
}
.TagClassName
{
border-color: #458868;
}
</style>