Shades of Viridian #458568
Tints of Viridian #458568
RGB
CMYK
RGB Variations
Color information
#458568 (or 0x458568) is known color: Viridian. HEX triplet: 45, 85 and 68. RGB value is (69,133,104). Sum of RGB (Red+Green+Blue) = 69+133+104=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #458568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458568 is #BA7A97. Grayscale: #6E6E6E. Windows color (decimal): -12221080 or 6849861. OLE color: 6849861.
HSL color Cylindrical-coordinate representation of color #458568: hue angle of 152.81º 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 #458568 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 133 | 104 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.48 |
| HSL | 152.81º | 0.32% | 0.4% | - |
| HSV(B) | 152.81º | 0.48% | 0.52% | - |
| XYZ | 13.34 | 19.04 | 16.07 | - |
| YUV | 110.56 | 124.3 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 133 | 104 | 0.48 | 0 | 0.22 | 0.48 | 152.81 | 0.32 | 0.4 |
| Hex | 45 | 85 | 68 | 30 | 0 | 16 | 30 | 99 | 20 | 28 |
| Octal | 105 | 205 | 150 | 60 | 0 | 26 | 60 | 231 | 40 | 50 |
| Binary | 1000101 | 10000101 | 1101000 | 110000 | 0 | 10110 | 110000 | 10011001 | 100000 | 101000 |
Color Harmonies of #458568
Complementary color
Monochromatic Colors of #458568
Black with #458568
Text Example
Text Example
White with #458568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458568; }
p { color: rgb(69,133,104); }
H1.HeaderClassName
{
color: #458568;
}
.AnyTagClassName
{
color: #458568;
}
</style>
background-color css
<style>
a { background-color: #458568; }
a { background-color: rgb(69,133,104); }
div.DivClassName
{
background-color: #458568;
}
.BgClassName
{
background-color: #458568;
}
</style>
border-color css
<style>
span { border-color: #458568; }
span { border-color: rgb(69,133,104); }
td.TdClassName
{
border-color: #458568;
}
.TagClassName
{
border-color: #458568;
}
</style>