Shades of Viridian #3D7E63
Tints of Viridian #3D7E63
RGB
CMYK
RGB Variations
Color information
#3D7E63 (or 0x3D7E63) is known color: Viridian. HEX triplet: 3D, 7E and 63. RGB value is (61,126,99). Sum of RGB (Red+Green+Blue) = 61+126+99=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 126 (49.61% from 255 or 44.06% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 126 - color contains mainly: green. Hex color #3D7E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7E63 is #C2819C. Grayscale: #676767. Windows color (decimal): -12747165 or 6520381. OLE color: 6520381.
HSL color Cylindrical-coordinate representation of color #3D7E63: hue angle of 155.08º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D7E63 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 126 | 99 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.51 |
| HSL | 155.08º | 0.35% | 0.37% | - |
| HSV(B) | 155.08º | 0.52% | 0.49% | - |
| XYZ | 11.64 | 16.81 | 14.44 | - |
| YUV | 103.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 126 | 99 | 0.52 | 0 | 0.21 | 0.51 | 155.08 | 0.35 | 0.37 |
| Hex | 3D | 7E | 63 | 34 | 0 | 15 | 33 | 9B | 23 | 25 |
| Octal | 75 | 176 | 143 | 64 | 0 | 25 | 63 | 233 | 43 | 45 |
| Binary | 111101 | 1111110 | 1100011 | 110100 | 0 | 10101 | 110011 | 10011011 | 100011 | 100101 |
Color Harmonies of #3D7E63
Complementary color
Monochromatic Colors of #3D7E63
Black with #3D7E63
Text Example
Text Example
White with #3D7E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7E63; }
p { color: rgb(61,126,99); }
H1.HeaderClassName
{
color: #3D7E63;
}
.AnyTagClassName
{
color: #3D7E63;
}
</style>
background-color css
<style>
a { background-color: #3D7E63; }
a { background-color: rgb(61,126,99); }
div.DivClassName
{
background-color: #3D7E63;
}
.BgClassName
{
background-color: #3D7E63;
}
</style>
border-color css
<style>
span { border-color: #3D7E63; }
span { border-color: rgb(61,126,99); }
td.TdClassName
{
border-color: #3D7E63;
}
.TagClassName
{
border-color: #3D7E63;
}
</style>