Shades of Viridian #3D7A62
Tints of Viridian #3D7A62
RGB
CMYK
RGB Variations
Color information
#3D7A62 (or 0x3D7A62) is known color: Viridian. HEX triplet: 3D, 7A and 62. RGB value is (61,122,98). Sum of RGB (Red+Green+Blue) = 61+122+98=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 122 - color contains mainly: green. Hex color #3D7A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7A62 is #C2859D. Grayscale: #656565. Windows color (decimal): -12748190 or 6453821. OLE color: 6453821.
HSL color Cylindrical-coordinate representation of color #3D7A62: hue angle of 156.39º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D7A62 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 122 | 98 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.52 |
| HSL | 156.39º | 0.33% | 0.36% | - |
| HSV(B) | 156.39º | 0.5% | 0.48% | - |
| XYZ | 11.09 | 15.79 | 14.02 | - |
| YUV | 101.03 | 126.29 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 122 | 98 | 0.50 | 0 | 0.20 | 0.52 | 156.39 | 0.33 | 0.36 |
| Hex | 3D | 7A | 62 | 32 | 0 | 14 | 34 | 9C | 21 | 24 |
| Octal | 75 | 172 | 142 | 62 | 0 | 24 | 64 | 234 | 41 | 44 |
| Binary | 111101 | 1111010 | 1100010 | 110010 | 0 | 10100 | 110100 | 10011100 | 100001 | 100100 |
Color Harmonies of #3D7A62
Complementary color
Monochromatic Colors of #3D7A62
Black with #3D7A62
Text Example
Text Example
White with #3D7A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7A62; }
p { color: rgb(61,122,98); }
H1.HeaderClassName
{
color: #3D7A62;
}
.AnyTagClassName
{
color: #3D7A62;
}
</style>
background-color css
<style>
a { background-color: #3D7A62; }
a { background-color: rgb(61,122,98); }
div.DivClassName
{
background-color: #3D7A62;
}
.BgClassName
{
background-color: #3D7A62;
}
</style>
border-color css
<style>
span { border-color: #3D7A62; }
span { border-color: rgb(61,122,98); }
td.TdClassName
{
border-color: #3D7A62;
}
.TagClassName
{
border-color: #3D7A62;
}
</style>