Shades of Viridian #3D856B
Tints of Viridian #3D856B
RGB
CMYK
RGB Variations
Color information
#3D856B (or 0x3D856B) is known color: Viridian. HEX triplet: 3D, 85 and 6B. RGB value is (61,133,107). Sum of RGB (Red+Green+Blue) = 61+133+107=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #3D856B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D856B is #C27A94. Grayscale: #6C6C6C. Windows color (decimal): -12745365 or 7046461. OLE color: 7046461.
HSL color Cylindrical-coordinate representation of color #3D856B: hue angle of 158.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D856B is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 133 | 107 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.48 |
| HSL | 158.33º | 0.37% | 0.38% | - |
| HSV(B) | 158.33º | 0.54% | 0.52% | - |
| XYZ | 12.97 | 18.83 | 16.86 | - |
| YUV | 108.51 | 127.15 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 133 | 107 | 0.54 | 0 | 0.20 | 0.48 | 158.33 | 0.37 | 0.38 |
| Hex | 3D | 85 | 6B | 36 | 0 | 14 | 30 | 9E | 25 | 26 |
| Octal | 75 | 205 | 153 | 66 | 0 | 24 | 60 | 236 | 45 | 46 |
| Binary | 111101 | 10000101 | 1101011 | 110110 | 0 | 10100 | 110000 | 10011110 | 100101 | 100110 |
Color Harmonies of #3D856B
Complementary color
Monochromatic Colors of #3D856B
Black with #3D856B
Text Example
Text Example
White with #3D856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D856B; }
p { color: rgb(61,133,107); }
H1.HeaderClassName
{
color: #3D856B;
}
.AnyTagClassName
{
color: #3D856B;
}
</style>
background-color css
<style>
a { background-color: #3D856B; }
a { background-color: rgb(61,133,107); }
div.DivClassName
{
background-color: #3D856B;
}
.BgClassName
{
background-color: #3D856B;
}
</style>
border-color css
<style>
span { border-color: #3D856B; }
span { border-color: rgb(61,133,107); }
td.TdClassName
{
border-color: #3D856B;
}
.TagClassName
{
border-color: #3D856B;
}
</style>