Shades of Viridian #3D906C
Tints of Viridian #3D906C
RGB
CMYK
RGB Variations
Color information
#3D906C (or 0x3D906C) is known color: Viridian. HEX triplet: 3D, 90 and 6C. RGB value is (61,144,108). Sum of RGB (Red+Green+Blue) = 61+144+108=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #3D906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D906C is #C26F93. Grayscale: #737373. Windows color (decimal): -12742548 or 7114813. OLE color: 7114813.
HSL color Cylindrical-coordinate representation of color #3D906C: hue angle of 153.98º 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 #3D906C is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 144 | 108 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.44 |
| HSL | 153.98º | 0.4% | 0.4% | - |
| HSV(B) | 153.98º | 0.58% | 0.56% | - |
| XYZ | 14.6 | 22.02 | 17.67 | - |
| YUV | 115.08 | 124 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 144 | 108 | 0.58 | 0 | 0.25 | 0.44 | 153.98 | 0.4 | 0.4 |
| Hex | 3D | 90 | 6C | 3A | 0 | 19 | 2C | 9A | 28 | 28 |
| Octal | 75 | 220 | 154 | 72 | 0 | 31 | 54 | 232 | 50 | 50 |
| Binary | 111101 | 10010000 | 1101100 | 111010 | 0 | 11001 | 101100 | 10011010 | 101000 | 101000 |
Color Harmonies of #3D906C
Complementary color
Monochromatic Colors of #3D906C
Black with #3D906C
Text Example
Text Example
White with #3D906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D906C; }
p { color: rgb(61,144,108); }
H1.HeaderClassName
{
color: #3D906C;
}
.AnyTagClassName
{
color: #3D906C;
}
</style>
background-color css
<style>
a { background-color: #3D906C; }
a { background-color: rgb(61,144,108); }
div.DivClassName
{
background-color: #3D906C;
}
.BgClassName
{
background-color: #3D906C;
}
</style>
border-color css
<style>
span { border-color: #3D906C; }
span { border-color: rgb(61,144,108); }
td.TdClassName
{
border-color: #3D906C;
}
.TagClassName
{
border-color: #3D906C;
}
</style>