Shades of Viridian #458574
Tints of Viridian #458574
RGB
CMYK
RGB Variations
Color information
#458574 (or 0x458574) is known color: Viridian. HEX triplet: 45, 85 and 74. RGB value is (69,133,116). Sum of RGB (Red+Green+Blue) = 69+133+116=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #458574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458574 is #BA7A8B. Grayscale: #6F6F6F. Windows color (decimal): -12221068 or 7636293. OLE color: 7636293.
HSL color Cylindrical-coordinate representation of color #458574: hue angle of 164.06º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #458574 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 133 | 116 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.48 |
| HSL | 164.06º | 0.32% | 0.4% | - |
| HSV(B) | 164.06º | 0.48% | 0.52% | - |
| XYZ | 13.99 | 19.3 | 19.51 | - |
| YUV | 111.93 | 130.3 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 133 | 116 | 0.48 | 0 | 0.13 | 0.48 | 164.06 | 0.32 | 0.4 |
| Hex | 45 | 85 | 74 | 30 | 0 | D | 30 | A4 | 20 | 28 |
| Octal | 105 | 205 | 164 | 60 | 0 | 15 | 60 | 244 | 40 | 50 |
| Binary | 1000101 | 10000101 | 1110100 | 110000 | 0 | 1101 | 110000 | 10100100 | 100000 | 101000 |
Color Harmonies of #458574
Complementary color
Monochromatic Colors of #458574
Black with #458574
Text Example
Text Example
White with #458574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458574; }
p { color: rgb(69,133,116); }
H1.HeaderClassName
{
color: #458574;
}
.AnyTagClassName
{
color: #458574;
}
</style>
background-color css
<style>
a { background-color: #458574; }
a { background-color: rgb(69,133,116); }
div.DivClassName
{
background-color: #458574;
}
.BgClassName
{
background-color: #458574;
}
</style>
border-color css
<style>
span { border-color: #458574; }
span { border-color: rgb(69,133,116); }
td.TdClassName
{
border-color: #458574;
}
.TagClassName
{
border-color: #458574;
}
</style>