Shades of Viridian #3D8F72
Tints of Viridian #3D8F72
RGB
CMYK
RGB Variations
Color information
#3D8F72 (or 0x3D8F72) is known color: Viridian. HEX triplet: 3D, 8F and 72. RGB value is (61,143,114). Sum of RGB (Red+Green+Blue) = 61+143+114=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 143 - color contains mainly: green. Hex color #3D8F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8F72 is #C2708D. Grayscale: #737373. Windows color (decimal): -12742798 or 7507773. OLE color: 7507773.
HSL color Cylindrical-coordinate representation of color #3D8F72: hue angle of 158.78º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D8F72 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 143 | 114 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.44 |
| HSL | 158.78º | 0.4% | 0.4% | - |
| HSV(B) | 158.78º | 0.57% | 0.56% | - |
| XYZ | 14.78 | 21.85 | 19.36 | - |
| YUV | 115.18 | 127.33 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 143 | 114 | 0.57 | 0 | 0.20 | 0.44 | 158.78 | 0.4 | 0.4 |
| Hex | 3D | 8F | 72 | 39 | 0 | 14 | 2C | 9F | 28 | 28 |
| Octal | 75 | 217 | 162 | 71 | 0 | 24 | 54 | 237 | 50 | 50 |
| Binary | 111101 | 10001111 | 1110010 | 111001 | 0 | 10100 | 101100 | 10011111 | 101000 | 101000 |
Color Harmonies of #3D8F72
Complementary color
Monochromatic Colors of #3D8F72
Black with #3D8F72
Text Example
Text Example
White with #3D8F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8F72; }
p { color: rgb(61,143,114); }
H1.HeaderClassName
{
color: #3D8F72;
}
.AnyTagClassName
{
color: #3D8F72;
}
</style>
background-color css
<style>
a { background-color: #3D8F72; }
a { background-color: rgb(61,143,114); }
div.DivClassName
{
background-color: #3D8F72;
}
.BgClassName
{
background-color: #3D8F72;
}
</style>
border-color css
<style>
span { border-color: #3D8F72; }
span { border-color: rgb(61,143,114); }
td.TdClassName
{
border-color: #3D8F72;
}
.TagClassName
{
border-color: #3D8F72;
}
</style>