Shades of Viridian #3D886B
Tints of Viridian #3D886B
RGB
CMYK
RGB Variations
Color information
#3D886B (or 0x3D886B) is known color: Viridian. HEX triplet: 3D, 88 and 6B. RGB value is (61,136,107). Sum of RGB (Red+Green+Blue) = 61+136+107=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #3D886B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D886B is #C27794. Grayscale: #6E6E6E. Windows color (decimal): -12744597 or 7047229. OLE color: 7047229.
HSL color Cylindrical-coordinate representation of color #3D886B: hue angle of 156.8º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D886B is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 136 | 107 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.47 |
| HSL | 156.8º | 0.38% | 0.39% | - |
| HSV(B) | 156.8º | 0.55% | 0.53% | - |
| XYZ | 13.38 | 19.66 | 17 | - |
| YUV | 110.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 136 | 107 | 0.55 | 0 | 0.21 | 0.47 | 156.8 | 0.38 | 0.39 |
| Hex | 3D | 88 | 6B | 37 | 0 | 15 | 2F | 9D | 26 | 27 |
| Octal | 75 | 210 | 153 | 67 | 0 | 25 | 57 | 235 | 46 | 47 |
| Binary | 111101 | 10001000 | 1101011 | 110111 | 0 | 10101 | 101111 | 10011101 | 100110 | 100111 |
Color Harmonies of #3D886B
Complementary color
Monochromatic Colors of #3D886B
Black with #3D886B
Text Example
Text Example
White with #3D886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D886B; }
p { color: rgb(61,136,107); }
H1.HeaderClassName
{
color: #3D886B;
}
.AnyTagClassName
{
color: #3D886B;
}
</style>
background-color css
<style>
a { background-color: #3D886B; }
a { background-color: rgb(61,136,107); }
div.DivClassName
{
background-color: #3D886B;
}
.BgClassName
{
background-color: #3D886B;
}
</style>
border-color css
<style>
span { border-color: #3D886B; }
span { border-color: rgb(61,136,107); }
td.TdClassName
{
border-color: #3D886B;
}
.TagClassName
{
border-color: #3D886B;
}
</style>