Shades of Viridian #458467
Tints of Viridian #458467
RGB
CMYK
RGB Variations
Color information
#458467 (or 0x458467) is known color: Viridian. HEX triplet: 45, 84 and 67. RGB value is (69,132,103). Sum of RGB (Red+Green+Blue) = 69+132+103=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #458467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458467 is #BA7B98. Grayscale: #6D6D6D. Windows color (decimal): -12221337 or 6784069. OLE color: 6784069.
HSL color Cylindrical-coordinate representation of color #458467: hue angle of 152.38º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #458467 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 132 | 103 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.48 |
| HSL | 152.38º | 0.31% | 0.39% | - |
| HSV(B) | 152.38º | 0.48% | 0.52% | - |
| XYZ | 13.15 | 18.75 | 15.76 | - |
| YUV | 109.86 | 124.13 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 132 | 103 | 0.48 | 0 | 0.22 | 0.48 | 152.38 | 0.31 | 0.39 |
| Hex | 45 | 84 | 67 | 30 | 0 | 16 | 30 | 98 | 1F | 27 |
| Octal | 105 | 204 | 147 | 60 | 0 | 26 | 60 | 230 | 37 | 47 |
| Binary | 1000101 | 10000100 | 1100111 | 110000 | 0 | 10110 | 110000 | 10011000 | 11111 | 100111 |
Color Harmonies of #458467
Complementary color
Monochromatic Colors of #458467
Black with #458467
Text Example
Text Example
White with #458467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458467; }
p { color: rgb(69,132,103); }
H1.HeaderClassName
{
color: #458467;
}
.AnyTagClassName
{
color: #458467;
}
</style>
background-color css
<style>
a { background-color: #458467; }
a { background-color: rgb(69,132,103); }
div.DivClassName
{
background-color: #458467;
}
.BgClassName
{
background-color: #458467;
}
</style>
border-color css
<style>
span { border-color: #458467; }
span { border-color: rgb(69,132,103); }
td.TdClassName
{
border-color: #458467;
}
.TagClassName
{
border-color: #458467;
}
</style>