Shades of Viridian #318F74
Tints of Viridian #318F74
RGB
CMYK
RGB Variations
Color information
#318F74 (or 0x318F74) is known color: Viridian. HEX triplet: 31, 8F and 74. RGB value is (49,143,116). Sum of RGB (Red+Green+Blue) = 49+143+116=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 143 - color contains mainly: green. Hex color #318F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318F74 is #CE708B. Grayscale: #6F6F6F. Windows color (decimal): -13529228 or 7638833. OLE color: 7638833.
HSL color Cylindrical-coordinate representation of color #318F74: hue angle of 162.77º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #318F74 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 143 | 116 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.44 |
| HSL | 162.77º | 0.49% | 0.38% | - |
| HSV(B) | 162.77º | 0.66% | 0.56% | - |
| XYZ | 14.24 | 21.56 | 19.93 | - |
| YUV | 111.82 | 130.36 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 143 | 116 | 0.66 | 0 | 0.19 | 0.44 | 162.77 | 0.49 | 0.38 |
| Hex | 31 | 8F | 74 | 42 | 0 | 13 | 2C | A3 | 31 | 26 |
| Octal | 61 | 217 | 164 | 102 | 0 | 23 | 54 | 243 | 61 | 46 |
| Binary | 110001 | 10001111 | 1110100 | 1000010 | 0 | 10011 | 101100 | 10100011 | 110001 | 100110 |
Color Harmonies of #318F74
Complementary color
Monochromatic Colors of #318F74
Black with #318F74
Text Example
Text Example
White with #318F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318F74; }
p { color: rgb(49,143,116); }
H1.HeaderClassName
{
color: #318F74;
}
.AnyTagClassName
{
color: #318F74;
}
</style>
background-color css
<style>
a { background-color: #318F74; }
a { background-color: rgb(49,143,116); }
div.DivClassName
{
background-color: #318F74;
}
.BgClassName
{
background-color: #318F74;
}
</style>
border-color css
<style>
span { border-color: #318F74; }
span { border-color: rgb(49,143,116); }
td.TdClassName
{
border-color: #318F74;
}
.TagClassName
{
border-color: #318F74;
}
</style>