Shades of Viridian #468269
Tints of Viridian #468269
RGB
CMYK
RGB Variations
Color information
#468269 (or 0x468269) is known color: Viridian. HEX triplet: 46, 82 and 69. RGB value is (70,130,105). Sum of RGB (Red+Green+Blue) = 70+130+105=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #468269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468269 is #B97D96. Grayscale: #6D6D6D. Windows color (decimal): -12156311 or 6914630. OLE color: 6914630.
HSL color Cylindrical-coordinate representation of color #468269: hue angle of 155º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468269 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 130 | 105 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.49 |
| HSL | 155º | 0.3% | 0.39% | - |
| HSV(B) | 155º | 0.46% | 0.51% | - |
| XYZ | 13.06 | 18.29 | 16.21 | - |
| YUV | 109.21 | 125.62 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 105 | 0.46 | 0 | 0.19 | 0.49 | 155 | 0.3 | 0.39 |
| Hex | 46 | 82 | 69 | 2E | 0 | 13 | 31 | 9B | 1E | 27 |
| Octal | 106 | 202 | 151 | 56 | 0 | 23 | 61 | 233 | 36 | 47 |
| Binary | 1000110 | 10000010 | 1101001 | 101110 | 0 | 10011 | 110001 | 10011011 | 11110 | 100111 |
Color Harmonies of #468269
Complementary color
Monochromatic Colors of #468269
Black with #468269
Text Example
Text Example
White with #468269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468269; }
p { color: rgb(70,130,105); }
H1.HeaderClassName
{
color: #468269;
}
.AnyTagClassName
{
color: #468269;
}
</style>
background-color css
<style>
a { background-color: #468269; }
a { background-color: rgb(70,130,105); }
div.DivClassName
{
background-color: #468269;
}
.BgClassName
{
background-color: #468269;
}
</style>
border-color css
<style>
span { border-color: #468269; }
span { border-color: rgb(70,130,105); }
td.TdClassName
{
border-color: #468269;
}
.TagClassName
{
border-color: #468269;
}
</style>