Shades of Viridian #458869
Tints of Viridian #458869
RGB
CMYK
RGB Variations
Color information
#458869 (or 0x458869) is known color: Viridian. HEX triplet: 45, 88 and 69. RGB value is (69,136,105). Sum of RGB (Red+Green+Blue) = 69+136+105=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #458869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458869 is #BA7796. Grayscale: #707070. Windows color (decimal): -12220311 or 6916165. OLE color: 6916165.
HSL color Cylindrical-coordinate representation of color #458869: hue angle of 152.24º 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 #458869 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 136 | 105 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.47 |
| HSL | 152.24º | 0.33% | 0.4% | - |
| HSV(B) | 152.24º | 0.49% | 0.53% | - |
| XYZ | 13.81 | 19.89 | 16.48 | - |
| YUV | 112.43 | 123.8 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 136 | 105 | 0.49 | 0 | 0.23 | 0.47 | 152.24 | 0.33 | 0.4 |
| Hex | 45 | 88 | 69 | 31 | 0 | 17 | 2F | 98 | 21 | 28 |
| Octal | 105 | 210 | 151 | 61 | 0 | 27 | 57 | 230 | 41 | 50 |
| Binary | 1000101 | 10001000 | 1101001 | 110001 | 0 | 10111 | 101111 | 10011000 | 100001 | 101000 |
Color Harmonies of #458869
Complementary color
Monochromatic Colors of #458869
Black with #458869
Text Example
Text Example
White with #458869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458869; }
p { color: rgb(69,136,105); }
H1.HeaderClassName
{
color: #458869;
}
.AnyTagClassName
{
color: #458869;
}
</style>
background-color css
<style>
a { background-color: #458869; }
a { background-color: rgb(69,136,105); }
div.DivClassName
{
background-color: #458869;
}
.BgClassName
{
background-color: #458869;
}
</style>
border-color css
<style>
span { border-color: #458869; }
span { border-color: rgb(69,136,105); }
td.TdClassName
{
border-color: #458869;
}
.TagClassName
{
border-color: #458869;
}
</style>