Shades of Viridian #468768
Tints of Viridian #468768
RGB
CMYK
RGB Variations
Color information
#468768 (or 0x468768) is known color: Viridian. HEX triplet: 46, 87 and 68. RGB value is (70,135,104). Sum of RGB (Red+Green+Blue) = 70+135+104=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 135 - color contains mainly: green. Hex color #468768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468768 is #B97897. Grayscale: #707070. Windows color (decimal): -12155032 or 6850374. OLE color: 6850374.
HSL color Cylindrical-coordinate representation of color #468768: hue angle of 151.38º degrees, saturation: 0.32, 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 #468768 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 135 | 104 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.47 |
| HSL | 151.38º | 0.32% | 0.4% | - |
| HSV(B) | 151.38º | 0.48% | 0.53% | - |
| XYZ | 13.69 | 19.63 | 16.16 | - |
| YUV | 112.03 | 123.47 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 135 | 104 | 0.48 | 0 | 0.23 | 0.47 | 151.38 | 0.32 | 0.4 |
| Hex | 46 | 87 | 68 | 30 | 0 | 17 | 2F | 97 | 20 | 28 |
| Octal | 106 | 207 | 150 | 60 | 0 | 27 | 57 | 227 | 40 | 50 |
| Binary | 1000110 | 10000111 | 1101000 | 110000 | 0 | 10111 | 101111 | 10010111 | 100000 | 101000 |
Color Harmonies of #468768
Complementary color
Monochromatic Colors of #468768
Black with #468768
Text Example
Text Example
White with #468768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468768; }
p { color: rgb(70,135,104); }
H1.HeaderClassName
{
color: #468768;
}
.AnyTagClassName
{
color: #468768;
}
</style>
background-color css
<style>
a { background-color: #468768; }
a { background-color: rgb(70,135,104); }
div.DivClassName
{
background-color: #468768;
}
.BgClassName
{
background-color: #468768;
}
</style>
border-color css
<style>
span { border-color: #468768; }
span { border-color: rgb(70,135,104); }
td.TdClassName
{
border-color: #468768;
}
.TagClassName
{
border-color: #468768;
}
</style>