Shades of Viridian #458965
Tints of Viridian #458965
RGB
CMYK
RGB Variations
Color information
#458965 (or 0x458965) is known color: Viridian. HEX triplet: 45, 89 and 65. RGB value is (69,137,101). Sum of RGB (Red+Green+Blue) = 69+137+101=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #458965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458965 is #BA769A. Grayscale: #707070. Windows color (decimal): -12220059 or 6654277. OLE color: 6654277.
HSL color Cylindrical-coordinate representation of color #458965: hue angle of 148.24º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458965 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 137 | 101 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.46 |
| HSL | 148.24º | 0.33% | 0.4% | - |
| HSV(B) | 148.24º | 0.5% | 0.54% | - |
| XYZ | 13.75 | 20.1 | 15.47 | - |
| YUV | 112.56 | 121.47 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 137 | 101 | 0.50 | 0 | 0.26 | 0.46 | 148.24 | 0.33 | 0.4 |
| Hex | 45 | 89 | 65 | 32 | 0 | 1A | 2E | 94 | 21 | 28 |
| Octal | 105 | 211 | 145 | 62 | 0 | 32 | 56 | 224 | 41 | 50 |
| Binary | 1000101 | 10001001 | 1100101 | 110010 | 0 | 11010 | 101110 | 10010100 | 100001 | 101000 |
Color Harmonies of #458965
Complementary color
Monochromatic Colors of #458965
Black with #458965
Text Example
Text Example
White with #458965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458965; }
p { color: rgb(69,137,101); }
H1.HeaderClassName
{
color: #458965;
}
.AnyTagClassName
{
color: #458965;
}
</style>
background-color css
<style>
a { background-color: #458965; }
a { background-color: rgb(69,137,101); }
div.DivClassName
{
background-color: #458965;
}
.BgClassName
{
background-color: #458965;
}
</style>
border-color css
<style>
span { border-color: #458965; }
span { border-color: rgb(69,137,101); }
td.TdClassName
{
border-color: #458965;
}
.TagClassName
{
border-color: #458965;
}
</style>