Shades of Viridian #318263
Tints of Viridian #318263
RGB
CMYK
RGB Variations
Color information
#318263 (or 0x318263) is known color: Viridian. HEX triplet: 31, 82 and 63. RGB value is (49,130,99). Sum of RGB (Red+Green+Blue) = 49+130+99=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #318263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318263 is #CE7D9C. Grayscale: #666666. Windows color (decimal): -13532573 or 6521393. OLE color: 6521393.
HSL color Cylindrical-coordinate representation of color #318263: hue angle of 157.04º 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 #318263 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 130 | 99 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.49 |
| HSL | 157.04º | 0.45% | 0.35% | - |
| HSV(B) | 157.04º | 0.62% | 0.51% | - |
| XYZ | 11.5 | 17.52 | 14.58 | - |
| YUV | 102.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 130 | 99 | 0.62 | 0 | 0.24 | 0.49 | 157.04 | 0.45 | 0.35 |
| Hex | 31 | 82 | 63 | 3E | 0 | 18 | 31 | 9D | 2D | 23 |
| Octal | 61 | 202 | 143 | 76 | 0 | 30 | 61 | 235 | 55 | 43 |
| Binary | 110001 | 10000010 | 1100011 | 111110 | 0 | 11000 | 110001 | 10011101 | 101101 | 100011 |
Color Harmonies of #318263
Complementary color
Monochromatic Colors of #318263
Black with #318263
Text Example
Text Example
White with #318263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318263; }
p { color: rgb(49,130,99); }
H1.HeaderClassName
{
color: #318263;
}
.AnyTagClassName
{
color: #318263;
}
</style>
background-color css
<style>
a { background-color: #318263; }
a { background-color: rgb(49,130,99); }
div.DivClassName
{
background-color: #318263;
}
.BgClassName
{
background-color: #318263;
}
</style>
border-color css
<style>
span { border-color: #318263; }
span { border-color: rgb(49,130,99); }
td.TdClassName
{
border-color: #318263;
}
.TagClassName
{
border-color: #318263;
}
</style>