Shades of Viridian #3D896B
Tints of Viridian #3D896B
RGB
CMYK
RGB Variations
Color information
#3D896B (or 0x3D896B) is known color: Viridian. HEX triplet: 3D, 89 and 6B. RGB value is (61,137,107). Sum of RGB (Red+Green+Blue) = 61+137+107=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #3D896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D896B is #C27694. Grayscale: #6E6E6E. Windows color (decimal): -12744341 or 7047485. OLE color: 7047485.
HSL color Cylindrical-coordinate representation of color #3D896B: hue angle of 156.32º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D896B is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 137 | 107 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.46 |
| HSL | 156.32º | 0.38% | 0.39% | - |
| HSV(B) | 156.32º | 0.55% | 0.54% | - |
| XYZ | 13.52 | 19.94 | 17.05 | - |
| YUV | 110.86 | 125.82 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 137 | 107 | 0.55 | 0 | 0.22 | 0.46 | 156.32 | 0.38 | 0.39 |
| Hex | 3D | 89 | 6B | 37 | 0 | 16 | 2E | 9C | 26 | 27 |
| Octal | 75 | 211 | 153 | 67 | 0 | 26 | 56 | 234 | 46 | 47 |
| Binary | 111101 | 10001001 | 1101011 | 110111 | 0 | 10110 | 101110 | 10011100 | 100110 | 100111 |
Color Harmonies of #3D896B
Complementary color
Monochromatic Colors of #3D896B
Black with #3D896B
Text Example
Text Example
White with #3D896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D896B; }
p { color: rgb(61,137,107); }
H1.HeaderClassName
{
color: #3D896B;
}
.AnyTagClassName
{
color: #3D896B;
}
</style>
background-color css
<style>
a { background-color: #3D896B; }
a { background-color: rgb(61,137,107); }
div.DivClassName
{
background-color: #3D896B;
}
.BgClassName
{
background-color: #3D896B;
}
</style>
border-color css
<style>
span { border-color: #3D896B; }
span { border-color: rgb(61,137,107); }
td.TdClassName
{
border-color: #3D896B;
}
.TagClassName
{
border-color: #3D896B;
}
</style>