Shades of Viridian #318565
Tints of Viridian #318565
RGB
CMYK
RGB Variations
Color information
#318565 (or 0x318565) is known color: Viridian. HEX triplet: 31, 85 and 65. RGB value is (49,133,101). Sum of RGB (Red+Green+Blue) = 49+133+101=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #318565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318565 is #CE7A9A. Grayscale: #686868. Windows color (decimal): -13531803 or 6653233. OLE color: 6653233.
HSL color Cylindrical-coordinate representation of color #318565: hue angle of 157.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318565 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 133 | 101 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.48 |
| HSL | 157.14º | 0.46% | 0.36% | - |
| HSV(B) | 157.14º | 0.63% | 0.52% | - |
| XYZ | 12 | 18.37 | 15.22 | - |
| YUV | 104.24 | 126.17 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 133 | 101 | 0.63 | 0 | 0.24 | 0.48 | 157.14 | 0.46 | 0.36 |
| Hex | 31 | 85 | 65 | 3F | 0 | 18 | 30 | 9D | 2E | 24 |
| Octal | 61 | 205 | 145 | 77 | 0 | 30 | 60 | 235 | 56 | 44 |
| Binary | 110001 | 10000101 | 1100101 | 111111 | 0 | 11000 | 110000 | 10011101 | 101110 | 100100 |
Color Harmonies of #318565
Complementary color
Monochromatic Colors of #318565
Black with #318565
Text Example
Text Example
White with #318565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318565; }
p { color: rgb(49,133,101); }
H1.HeaderClassName
{
color: #318565;
}
.AnyTagClassName
{
color: #318565;
}
</style>
background-color css
<style>
a { background-color: #318565; }
a { background-color: rgb(49,133,101); }
div.DivClassName
{
background-color: #318565;
}
.BgClassName
{
background-color: #318565;
}
</style>
border-color css
<style>
span { border-color: #318565; }
span { border-color: rgb(49,133,101); }
td.TdClassName
{
border-color: #318565;
}
.TagClassName
{
border-color: #318565;
}
</style>