Shades of Viridian #318765
Tints of Viridian #318765
RGB
CMYK
RGB Variations
Color information
#318765 (or 0x318765) is known color: Viridian. HEX triplet: 31, 87 and 65. RGB value is (49,135,101). Sum of RGB (Red+Green+Blue) = 49+135+101=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #318765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318765 is #CE789A. Grayscale: #696969. Windows color (decimal): -13531291 or 6653745. OLE color: 6653745.
HSL color Cylindrical-coordinate representation of color #318765: hue angle of 156.28º 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 #318765 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 135 | 101 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.47 |
| HSL | 156.28º | 0.47% | 0.36% | - |
| HSV(B) | 156.28º | 0.64% | 0.53% | - |
| XYZ | 12.28 | 18.92 | 15.32 | - |
| YUV | 105.41 | 125.51 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 135 | 101 | 0.64 | 0 | 0.25 | 0.47 | 156.28 | 0.47 | 0.36 |
| Hex | 31 | 87 | 65 | 40 | 0 | 19 | 2F | 9C | 2F | 24 |
| Octal | 61 | 207 | 145 | 100 | 0 | 31 | 57 | 234 | 57 | 44 |
| Binary | 110001 | 10000111 | 1100101 | 1000000 | 0 | 11001 | 101111 | 10011100 | 101111 | 100100 |
Color Harmonies of #318765
Complementary color
Monochromatic Colors of #318765
Black with #318765
Text Example
Text Example
White with #318765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318765; }
p { color: rgb(49,135,101); }
H1.HeaderClassName
{
color: #318765;
}
.AnyTagClassName
{
color: #318765;
}
</style>
background-color css
<style>
a { background-color: #318765; }
a { background-color: rgb(49,135,101); }
div.DivClassName
{
background-color: #318765;
}
.BgClassName
{
background-color: #318765;
}
</style>
border-color css
<style>
span { border-color: #318765; }
span { border-color: rgb(49,135,101); }
td.TdClassName
{
border-color: #318765;
}
.TagClassName
{
border-color: #318765;
}
</style>