Shades of Viridian #468665
Tints of Viridian #468665
RGB
CMYK
RGB Variations
Color information
#468665 (or 0x468665) is known color: Viridian. HEX triplet: 46, 86 and 65. RGB value is (70,134,101). Sum of RGB (Red+Green+Blue) = 70+134+101=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #468665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468665 is #B9799A. Grayscale: #6F6F6F. Windows color (decimal): -12155291 or 6653510. OLE color: 6653510.
HSL color Cylindrical-coordinate representation of color #468665: hue angle of 149.06º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #468665 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 134 | 101 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.47 |
| HSL | 149.06º | 0.31% | 0.4% | - |
| HSV(B) | 149.06º | 0.48% | 0.53% | - |
| XYZ | 13.4 | 19.29 | 15.33 | - |
| YUV | 111.1 | 122.3 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 134 | 101 | 0.48 | 0 | 0.25 | 0.47 | 149.06 | 0.31 | 0.4 |
| Hex | 46 | 86 | 65 | 30 | 0 | 19 | 2F | 95 | 1F | 28 |
| Octal | 106 | 206 | 145 | 60 | 0 | 31 | 57 | 225 | 37 | 50 |
| Binary | 1000110 | 10000110 | 1100101 | 110000 | 0 | 11001 | 101111 | 10010101 | 11111 | 101000 |
Color Harmonies of #468665
Complementary color
Monochromatic Colors of #468665
Black with #468665
Text Example
Text Example
White with #468665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468665; }
p { color: rgb(70,134,101); }
H1.HeaderClassName
{
color: #468665;
}
.AnyTagClassName
{
color: #468665;
}
</style>
background-color css
<style>
a { background-color: #468665; }
a { background-color: rgb(70,134,101); }
div.DivClassName
{
background-color: #468665;
}
.BgClassName
{
background-color: #468665;
}
</style>
border-color css
<style>
span { border-color: #468665; }
span { border-color: rgb(70,134,101); }
td.TdClassName
{
border-color: #468665;
}
.TagClassName
{
border-color: #468665;
}
</style>