Shades of Viridian #3D8768
Tints of Viridian #3D8768
RGB
CMYK
RGB Variations
Color information
#3D8768 (or 0x3D8768) is known color: Viridian. HEX triplet: 3D, 87 and 68. RGB value is (61,135,104). Sum of RGB (Red+Green+Blue) = 61+135+104=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #3D8768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8768 is #C27897. Grayscale: #6D6D6D. Windows color (decimal): -12744856 or 6850365. OLE color: 6850365.
HSL color Cylindrical-coordinate representation of color #3D8768: hue angle of 154.86º 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 #3D8768 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 135 | 104 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.47 |
| HSL | 154.86º | 0.38% | 0.38% | - |
| HSV(B) | 154.86º | 0.55% | 0.53% | - |
| XYZ | 13.09 | 19.32 | 16.14 | - |
| YUV | 109.34 | 124.98 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 135 | 104 | 0.55 | 0 | 0.23 | 0.47 | 154.86 | 0.38 | 0.38 |
| Hex | 3D | 87 | 68 | 37 | 0 | 17 | 2F | 9B | 26 | 26 |
| Octal | 75 | 207 | 150 | 67 | 0 | 27 | 57 | 233 | 46 | 46 |
| Binary | 111101 | 10000111 | 1101000 | 110111 | 0 | 10111 | 101111 | 10011011 | 100110 | 100110 |
Color Harmonies of #3D8768
Complementary color
Monochromatic Colors of #3D8768
Black with #3D8768
Text Example
Text Example
White with #3D8768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8768; }
p { color: rgb(61,135,104); }
H1.HeaderClassName
{
color: #3D8768;
}
.AnyTagClassName
{
color: #3D8768;
}
</style>
background-color css
<style>
a { background-color: #3D8768; }
a { background-color: rgb(61,135,104); }
div.DivClassName
{
background-color: #3D8768;
}
.BgClassName
{
background-color: #3D8768;
}
</style>
border-color css
<style>
span { border-color: #3D8768; }
span { border-color: rgb(61,135,104); }
td.TdClassName
{
border-color: #3D8768;
}
.TagClassName
{
border-color: #3D8768;
}
</style>