Shades of Viridian #318869
Tints of Viridian #318869
RGB
CMYK
RGB Variations
Color information
#318869 (or 0x318869) is known color: Viridian. HEX triplet: 31, 88 and 69. RGB value is (49,136,105). Sum of RGB (Red+Green+Blue) = 49+136+105=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #318869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318869 is #CE7796. Grayscale: #6A6A6A. Windows color (decimal): -13531031 or 6916145. OLE color: 6916145.
HSL color Cylindrical-coordinate representation of color #318869: hue angle of 158.62º 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 #318869 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 136 | 105 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.47 |
| HSL | 158.62º | 0.47% | 0.36% | - |
| HSV(B) | 158.62º | 0.64% | 0.53% | - |
| XYZ | 12.62 | 19.28 | 16.42 | - |
| YUV | 106.45 | 127.18 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 136 | 105 | 0.64 | 0 | 0.23 | 0.47 | 158.62 | 0.47 | 0.36 |
| Hex | 31 | 88 | 69 | 40 | 0 | 17 | 2F | 9F | 2F | 24 |
| Octal | 61 | 210 | 151 | 100 | 0 | 27 | 57 | 237 | 57 | 44 |
| Binary | 110001 | 10001000 | 1101001 | 1000000 | 0 | 10111 | 101111 | 10011111 | 101111 | 100100 |
Color Harmonies of #318869
Complementary color
Monochromatic Colors of #318869
Black with #318869
Text Example
Text Example
White with #318869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318869; }
p { color: rgb(49,136,105); }
H1.HeaderClassName
{
color: #318869;
}
.AnyTagClassName
{
color: #318869;
}
</style>
background-color css
<style>
a { background-color: #318869; }
a { background-color: rgb(49,136,105); }
div.DivClassName
{
background-color: #318869;
}
.BgClassName
{
background-color: #318869;
}
</style>
border-color css
<style>
span { border-color: #318869; }
span { border-color: rgb(49,136,105); }
td.TdClassName
{
border-color: #318869;
}
.TagClassName
{
border-color: #318869;
}
</style>