Shades of Viridian #3D906B
Tints of Viridian #3D906B
RGB
CMYK
RGB Variations
Color information
#3D906B (or 0x3D906B) is known color: Viridian. HEX triplet: 3D, 90 and 6B. RGB value is (61,144,107). Sum of RGB (Red+Green+Blue) = 61+144+107=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #3D906B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D906B is #C26F94. Grayscale: #737373. Windows color (decimal): -12742549 or 7049277. OLE color: 7049277.
HSL color Cylindrical-coordinate representation of color #3D906B: hue angle of 153.25º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D906B is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 144 | 107 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.44 |
| HSL | 153.25º | 0.4% | 0.4% | - |
| HSV(B) | 153.25º | 0.58% | 0.56% | - |
| XYZ | 14.55 | 22 | 17.39 | - |
| YUV | 114.97 | 123.5 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 144 | 107 | 0.58 | 0 | 0.26 | 0.44 | 153.25 | 0.4 | 0.4 |
| Hex | 3D | 90 | 6B | 3A | 0 | 1A | 2C | 99 | 28 | 28 |
| Octal | 75 | 220 | 153 | 72 | 0 | 32 | 54 | 231 | 50 | 50 |
| Binary | 111101 | 10010000 | 1101011 | 111010 | 0 | 11010 | 101100 | 10011001 | 101000 | 101000 |
Color Harmonies of #3D906B
Complementary color
Monochromatic Colors of #3D906B
Black with #3D906B
Text Example
Text Example
White with #3D906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D906B; }
p { color: rgb(61,144,107); }
H1.HeaderClassName
{
color: #3D906B;
}
.AnyTagClassName
{
color: #3D906B;
}
</style>
background-color css
<style>
a { background-color: #3D906B; }
a { background-color: rgb(61,144,107); }
div.DivClassName
{
background-color: #3D906B;
}
.BgClassName
{
background-color: #3D906B;
}
</style>
border-color css
<style>
span { border-color: #3D906B; }
span { border-color: rgb(61,144,107); }
td.TdClassName
{
border-color: #3D906B;
}
.TagClassName
{
border-color: #3D906B;
}
</style>