Shades of Viridian #3D8779
Tints of Viridian #3D8779
RGB
CMYK
RGB Variations
Color information
#3D8779 (or 0x3D8779) is known color: Viridian. HEX triplet: 3D, 87 and 79. RGB value is (61,135,121). Sum of RGB (Red+Green+Blue) = 61+135+121=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #3D8779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8779 is #C27886. Grayscale: #6F6F6F. Windows color (decimal): -12744839 or 7964477. OLE color: 7964477.
HSL color Cylindrical-coordinate representation of color #3D8779: hue angle of 168.65º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D8779 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 135 | 121 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.47 |
| HSL | 168.65º | 0.38% | 0.38% | - |
| HSV(B) | 168.65º | 0.55% | 0.53% | - |
| XYZ | 14.04 | 19.7 | 21.15 | - |
| YUV | 111.28 | 133.48 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 135 | 121 | 0.55 | 0 | 0.10 | 0.47 | 168.65 | 0.38 | 0.38 |
| Hex | 3D | 87 | 79 | 37 | 0 | A | 2F | A9 | 26 | 26 |
| Octal | 75 | 207 | 171 | 67 | 0 | 12 | 57 | 251 | 46 | 46 |
| Binary | 111101 | 10000111 | 1111001 | 110111 | 0 | 1010 | 101111 | 10101001 | 100110 | 100110 |
Color Harmonies of #3D8779
Complementary color
Monochromatic Colors of #3D8779
Black with #3D8779
Text Example
Text Example
White with #3D8779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8779; }
p { color: rgb(61,135,121); }
H1.HeaderClassName
{
color: #3D8779;
}
.AnyTagClassName
{
color: #3D8779;
}
</style>
background-color css
<style>
a { background-color: #3D8779; }
a { background-color: rgb(61,135,121); }
div.DivClassName
{
background-color: #3D8779;
}
.BgClassName
{
background-color: #3D8779;
}
</style>
border-color css
<style>
span { border-color: #3D8779; }
span { border-color: rgb(61,135,121); }
td.TdClassName
{
border-color: #3D8779;
}
.TagClassName
{
border-color: #3D8779;
}
</style>