Shades of Viridian #467A6A
Tints of Viridian #467A6A
RGB
CMYK
RGB Variations
Color information
#467A6A (or 0x467A6A) is known color: Viridian. HEX triplet: 46, 7A and 6A. RGB value is (70,122,106). Sum of RGB (Red+Green+Blue) = 70+122+106=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 122 - color contains mainly: green. Hex color #467A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467A6A is #B98595. Grayscale: #686868. Windows color (decimal): -12158358 or 6978118. OLE color: 6978118.
HSL color Cylindrical-coordinate representation of color #467A6A: hue angle of 161.54º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #467A6A is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 122 | 106 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.52 |
| HSL | 161.54º | 0.27% | 0.38% | - |
| HSV(B) | 161.54º | 0.43% | 0.48% | - |
| XYZ | 12.09 | 16.26 | 16.14 | - |
| YUV | 104.63 | 128.77 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 106 | 0.43 | 0 | 0.13 | 0.52 | 161.54 | 0.27 | 0.38 |
| Hex | 46 | 7A | 6A | 2B | 0 | D | 34 | A2 | 1B | 26 |
| Octal | 106 | 172 | 152 | 53 | 0 | 15 | 64 | 242 | 33 | 46 |
| Binary | 1000110 | 1111010 | 1101010 | 101011 | 0 | 1101 | 110100 | 10100010 | 11011 | 100110 |
Color Harmonies of #467A6A
Complementary color
Monochromatic Colors of #467A6A
Black with #467A6A
Text Example
Text Example
White with #467A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467A6A; }
p { color: rgb(70,122,106); }
H1.HeaderClassName
{
color: #467A6A;
}
.AnyTagClassName
{
color: #467A6A;
}
</style>
background-color css
<style>
a { background-color: #467A6A; }
a { background-color: rgb(70,122,106); }
div.DivClassName
{
background-color: #467A6A;
}
.BgClassName
{
background-color: #467A6A;
}
</style>
border-color css
<style>
span { border-color: #467A6A; }
span { border-color: rgb(70,122,106); }
td.TdClassName
{
border-color: #467A6A;
}
.TagClassName
{
border-color: #467A6A;
}
</style>