Shades of Viridian #458065
Tints of Viridian #458065
RGB
CMYK
RGB Variations
Color information
#458065 (or 0x458065) is known color: Viridian. HEX triplet: 45, 80 and 65. RGB value is (69,128,101). Sum of RGB (Red+Green+Blue) = 69+128+101=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #458065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458065 is #BA7F9A. Grayscale: #6B6B6B. Windows color (decimal): -12222363 or 6651973. OLE color: 6651973.
HSL color Cylindrical-coordinate representation of color #458065: hue angle of 152.54º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #458065 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 128 | 101 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.50 |
| HSL | 152.54º | 0.3% | 0.39% | - |
| HSV(B) | 152.54º | 0.46% | 0.5% | - |
| XYZ | 12.52 | 17.64 | 15.06 | - |
| YUV | 107.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 128 | 101 | 0.46 | 0 | 0.21 | 0.50 | 152.54 | 0.3 | 0.39 |
| Hex | 45 | 80 | 65 | 2E | 0 | 15 | 32 | 99 | 1E | 27 |
| Octal | 105 | 200 | 145 | 56 | 0 | 25 | 62 | 231 | 36 | 47 |
| Binary | 1000101 | 10000000 | 1100101 | 101110 | 0 | 10101 | 110010 | 10011001 | 11110 | 100111 |
Color Harmonies of #458065
Complementary color
Monochromatic Colors of #458065
Black with #458065
Text Example
Text Example
White with #458065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458065; }
p { color: rgb(69,128,101); }
H1.HeaderClassName
{
color: #458065;
}
.AnyTagClassName
{
color: #458065;
}
</style>
background-color css
<style>
a { background-color: #458065; }
a { background-color: rgb(69,128,101); }
div.DivClassName
{
background-color: #458065;
}
.BgClassName
{
background-color: #458065;
}
</style>
border-color css
<style>
span { border-color: #458065; }
span { border-color: rgb(69,128,101); }
td.TdClassName
{
border-color: #458065;
}
.TagClassName
{
border-color: #458065;
}
</style>