Shades of Viridian #3D7F6D
Tints of Viridian #3D7F6D
RGB
CMYK
RGB Variations
Color information
#3D7F6D (or 0x3D7F6D) is known color: Viridian. HEX triplet: 3D, 7F and 6D. RGB value is (61,127,109). Sum of RGB (Red+Green+Blue) = 61+127+109=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 127 - color contains mainly: green. Hex color #3D7F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7F6D is #C28092. Grayscale: #696969. Windows color (decimal): -12746899 or 7175997. OLE color: 7175997.
HSL color Cylindrical-coordinate representation of color #3D7F6D: hue angle of 163.64º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D7F6D is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 61 | 127 | 109 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.50 |
| HSL | 163.64º | 0.35% | 0.37% | - |
| HSV(B) | 163.64º | 0.52% | 0.5% | - |
| XYZ | 12.27 | 17.27 | 17.16 | - |
| YUV | 105.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 127 | 109 | 0.52 | 0 | 0.14 | 0.50 | 163.64 | 0.35 | 0.37 |
| Hex | 3D | 7F | 6D | 34 | 0 | E | 32 | A4 | 23 | 25 |
| Octal | 75 | 177 | 155 | 64 | 0 | 16 | 62 | 244 | 43 | 45 |
| Binary | 111101 | 1111111 | 1101101 | 110100 | 0 | 1110 | 110010 | 10100100 | 100011 | 100101 |
Color Harmonies of #3D7F6D
Complementary color
Monochromatic Colors of #3D7F6D
Black with #3D7F6D
Text Example
Text Example
White with #3D7F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7F6D; }
p { color: rgb(61,127,109); }
H1.HeaderClassName
{
color: #3D7F6D;
}
.AnyTagClassName
{
color: #3D7F6D;
}
</style>
background-color css
<style>
a { background-color: #3D7F6D; }
a { background-color: rgb(61,127,109); }
div.DivClassName
{
background-color: #3D7F6D;
}
.BgClassName
{
background-color: #3D7F6D;
}
</style>
border-color css
<style>
span { border-color: #3D7F6D; }
span { border-color: rgb(61,127,109); }
td.TdClassName
{
border-color: #3D7F6D;
}
.TagClassName
{
border-color: #3D7F6D;
}
</style>