Shades of Viridian #318865
Tints of Viridian #318865
RGB
CMYK
RGB Variations
Color information
#318865 (or 0x318865) is known color: Viridian. HEX triplet: 31, 88 and 65. RGB value is (49,136,101). Sum of RGB (Red+Green+Blue) = 49+136+101=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #318865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318865 is #CE779A. Grayscale: #6A6A6A. Windows color (decimal): -13531035 or 6654001. OLE color: 6654001.
HSL color Cylindrical-coordinate representation of color #318865: hue angle of 155.86º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318865 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 136 | 101 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.47 |
| HSL | 155.86º | 0.47% | 0.36% | - |
| HSV(B) | 155.86º | 0.64% | 0.53% | - |
| XYZ | 12.42 | 19.2 | 15.36 | - |
| YUV | 106 | 125.18 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 136 | 101 | 0.64 | 0 | 0.26 | 0.47 | 155.86 | 0.47 | 0.36 |
| Hex | 31 | 88 | 65 | 40 | 0 | 1A | 2F | 9C | 2F | 24 |
| Octal | 61 | 210 | 145 | 100 | 0 | 32 | 57 | 234 | 57 | 44 |
| Binary | 110001 | 10001000 | 1100101 | 1000000 | 0 | 11010 | 101111 | 10011100 | 101111 | 100100 |
Color Harmonies of #318865
Complementary color
Monochromatic Colors of #318865
Black with #318865
Text Example
Text Example
White with #318865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318865; }
p { color: rgb(49,136,101); }
H1.HeaderClassName
{
color: #318865;
}
.AnyTagClassName
{
color: #318865;
}
</style>
background-color css
<style>
a { background-color: #318865; }
a { background-color: rgb(49,136,101); }
div.DivClassName
{
background-color: #318865;
}
.BgClassName
{
background-color: #318865;
}
</style>
border-color css
<style>
span { border-color: #318865; }
span { border-color: rgb(49,136,101); }
td.TdClassName
{
border-color: #318865;
}
.TagClassName
{
border-color: #318865;
}
</style>