Shades of Viridian #3D9172
Tints of Viridian #3D9172
RGB
CMYK
RGB Variations
Color information
#3D9172 (or 0x3D9172) is known color: Viridian. HEX triplet: 3D, 91 and 72. RGB value is (61,145,114). Sum of RGB (Red+Green+Blue) = 61+145+114=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #3D9172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9172 is #C26E8D. Grayscale: #747474. Windows color (decimal): -12742286 or 7508285. OLE color: 7508285.
HSL color Cylindrical-coordinate representation of color #3D9172: hue angle of 157.86º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D9172 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 145 | 114 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.43 |
| HSL | 157.86º | 0.41% | 0.4% | - |
| HSV(B) | 157.86º | 0.58% | 0.57% | - |
| XYZ | 15.09 | 22.46 | 19.46 | - |
| YUV | 116.35 | 126.67 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 145 | 114 | 0.58 | 0 | 0.21 | 0.43 | 157.86 | 0.41 | 0.4 |
| Hex | 3D | 91 | 72 | 3A | 0 | 15 | 2B | 9E | 29 | 28 |
| Octal | 75 | 221 | 162 | 72 | 0 | 25 | 53 | 236 | 51 | 50 |
| Binary | 111101 | 10010001 | 1110010 | 111010 | 0 | 10101 | 101011 | 10011110 | 101001 | 101000 |
Color Harmonies of #3D9172
Complementary color
Monochromatic Colors of #3D9172
Black with #3D9172
Text Example
Text Example
White with #3D9172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9172; }
p { color: rgb(61,145,114); }
H1.HeaderClassName
{
color: #3D9172;
}
.AnyTagClassName
{
color: #3D9172;
}
</style>
background-color css
<style>
a { background-color: #3D9172; }
a { background-color: rgb(61,145,114); }
div.DivClassName
{
background-color: #3D9172;
}
.BgClassName
{
background-color: #3D9172;
}
</style>
border-color css
<style>
span { border-color: #3D9172; }
span { border-color: rgb(61,145,114); }
td.TdClassName
{
border-color: #3D9172;
}
.TagClassName
{
border-color: #3D9172;
}
</style>