Shades of Viridian #318267
Tints of Viridian #318267
RGB
CMYK
RGB Variations
Color information
#318267 (or 0x318267) is known color: Viridian. HEX triplet: 31, 82 and 67. RGB value is (49,130,103). Sum of RGB (Red+Green+Blue) = 49+130+103=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #318267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318267 is #CE7D98. Grayscale: #666666. Windows color (decimal): -13532569 or 6783537. OLE color: 6783537.
HSL color Cylindrical-coordinate representation of color #318267: hue angle of 160º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318267 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 130 | 103 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.49 |
| HSL | 160º | 0.45% | 0.35% | - |
| HSV(B) | 160º | 0.62% | 0.51% | - |
| XYZ | 11.7 | 17.6 | 15.61 | - |
| YUV | 102.7 | 128.16 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 130 | 103 | 0.62 | 0 | 0.21 | 0.49 | 160 | 0.45 | 0.35 |
| Hex | 31 | 82 | 67 | 3E | 0 | 15 | 31 | A0 | 2D | 23 |
| Octal | 61 | 202 | 147 | 76 | 0 | 25 | 61 | 240 | 55 | 43 |
| Binary | 110001 | 10000010 | 1100111 | 111110 | 0 | 10101 | 110001 | 10100000 | 101101 | 100011 |
Color Harmonies of #318267
Complementary color
Monochromatic Colors of #318267
Black with #318267
Text Example
Text Example
White with #318267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318267; }
p { color: rgb(49,130,103); }
H1.HeaderClassName
{
color: #318267;
}
.AnyTagClassName
{
color: #318267;
}
</style>
background-color css
<style>
a { background-color: #318267; }
a { background-color: rgb(49,130,103); }
div.DivClassName
{
background-color: #318267;
}
.BgClassName
{
background-color: #318267;
}
</style>
border-color css
<style>
span { border-color: #318267; }
span { border-color: rgb(49,130,103); }
td.TdClassName
{
border-color: #318267;
}
.TagClassName
{
border-color: #318267;
}
</style>