Shades of Viridian #3D8E6C
Tints of Viridian #3D8E6C
RGB
CMYK
RGB Variations
Color information
#3D8E6C (or 0x3D8E6C) is known color: Viridian. HEX triplet: 3D, 8E and 6C. RGB value is (61,142,108). Sum of RGB (Red+Green+Blue) = 61+142+108=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 142 (55.86% from 255 or 45.66% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 142 - color contains mainly: green. Hex color #3D8E6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8E6C is #C27193. Grayscale: #717171. Windows color (decimal): -12743060 or 7114301. OLE color: 7114301.
HSL color Cylindrical-coordinate representation of color #3D8E6C: hue angle of 154.81º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D8E6C is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 142 | 108 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.44 |
| HSL | 154.81º | 0.4% | 0.4% | - |
| HSV(B) | 154.81º | 0.57% | 0.56% | - |
| XYZ | 14.3 | 21.42 | 17.57 | - |
| YUV | 113.91 | 124.66 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 142 | 108 | 0.57 | 0 | 0.24 | 0.44 | 154.81 | 0.4 | 0.4 |
| Hex | 3D | 8E | 6C | 39 | 0 | 18 | 2C | 9B | 28 | 28 |
| Octal | 75 | 216 | 154 | 71 | 0 | 30 | 54 | 233 | 50 | 50 |
| Binary | 111101 | 10001110 | 1101100 | 111001 | 0 | 11000 | 101100 | 10011011 | 101000 | 101000 |
Color Harmonies of #3D8E6C
Complementary color
Monochromatic Colors of #3D8E6C
Black with #3D8E6C
Text Example
Text Example
White with #3D8E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8E6C; }
p { color: rgb(61,142,108); }
H1.HeaderClassName
{
color: #3D8E6C;
}
.AnyTagClassName
{
color: #3D8E6C;
}
</style>
background-color css
<style>
a { background-color: #3D8E6C; }
a { background-color: rgb(61,142,108); }
div.DivClassName
{
background-color: #3D8E6C;
}
.BgClassName
{
background-color: #3D8E6C;
}
</style>
border-color css
<style>
span { border-color: #3D8E6C; }
span { border-color: rgb(61,142,108); }
td.TdClassName
{
border-color: #3D8E6C;
}
.TagClassName
{
border-color: #3D8E6C;
}
</style>