Shades of Viridian #3D8A74
Tints of Viridian #3D8A74
RGB
CMYK
RGB Variations
Color information
#3D8A74 (or 0x3D8A74) is known color: Viridian. HEX triplet: 3D, 8A and 74. RGB value is (61,138,116). Sum of RGB (Red+Green+Blue) = 61+138+116=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #3D8A74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8A74 is #C2758B. Grayscale: #707070. Windows color (decimal): -12744076 or 7637565. OLE color: 7637565.
HSL color Cylindrical-coordinate representation of color #3D8A74: hue angle of 162.86º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D8A74 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 138 | 116 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.46 |
| HSL | 162.86º | 0.39% | 0.39% | - |
| HSV(B) | 162.86º | 0.56% | 0.54% | - |
| XYZ | 14.17 | 20.43 | 19.72 | - |
| YUV | 112.47 | 129.99 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 138 | 116 | 0.56 | 0 | 0.16 | 0.46 | 162.86 | 0.39 | 0.39 |
| Hex | 3D | 8A | 74 | 38 | 0 | 10 | 2E | A3 | 27 | 27 |
| Octal | 75 | 212 | 164 | 70 | 0 | 20 | 56 | 243 | 47 | 47 |
| Binary | 111101 | 10001010 | 1110100 | 111000 | 0 | 10000 | 101110 | 10100011 | 100111 | 100111 |
Color Harmonies of #3D8A74
Complementary color
Monochromatic Colors of #3D8A74
Black with #3D8A74
Text Example
Text Example
White with #3D8A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8A74; }
p { color: rgb(61,138,116); }
H1.HeaderClassName
{
color: #3D8A74;
}
.AnyTagClassName
{
color: #3D8A74;
}
</style>
background-color css
<style>
a { background-color: #3D8A74; }
a { background-color: rgb(61,138,116); }
div.DivClassName
{
background-color: #3D8A74;
}
.BgClassName
{
background-color: #3D8A74;
}
</style>
border-color css
<style>
span { border-color: #3D8A74; }
span { border-color: rgb(61,138,116); }
td.TdClassName
{
border-color: #3D8A74;
}
.TagClassName
{
border-color: #3D8A74;
}
</style>