Shades of Viridian #3D8A77
Tints of Viridian #3D8A77
RGB
CMYK
RGB Variations
Color information
#3D8A77 (or 0x3D8A77) is known color: Viridian. HEX triplet: 3D, 8A and 77. RGB value is (61,138,119). Sum of RGB (Red+Green+Blue) = 61+138+119=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 138 - color contains mainly: green. Hex color #3D8A77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8A77 is #C27588. Grayscale: #707070. Windows color (decimal): -12744073 or 7834173. OLE color: 7834173.
HSL color Cylindrical-coordinate representation of color #3D8A77: hue angle of 165.19º 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 #3D8A77 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 138 | 119 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.46 |
| HSL | 165.19º | 0.39% | 0.39% | - |
| HSV(B) | 165.19º | 0.56% | 0.54% | - |
| XYZ | 14.34 | 20.5 | 20.65 | - |
| YUV | 112.81 | 131.49 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 138 | 119 | 0.56 | 0 | 0.14 | 0.46 | 165.19 | 0.39 | 0.39 |
| Hex | 3D | 8A | 77 | 38 | 0 | E | 2E | A5 | 27 | 27 |
| Octal | 75 | 212 | 167 | 70 | 0 | 16 | 56 | 245 | 47 | 47 |
| Binary | 111101 | 10001010 | 1110111 | 111000 | 0 | 1110 | 101110 | 10100101 | 100111 | 100111 |
Color Harmonies of #3D8A77
Complementary color
Monochromatic Colors of #3D8A77
Black with #3D8A77
Text Example
Text Example
White with #3D8A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8A77; }
p { color: rgb(61,138,119); }
H1.HeaderClassName
{
color: #3D8A77;
}
.AnyTagClassName
{
color: #3D8A77;
}
</style>
background-color css
<style>
a { background-color: #3D8A77; }
a { background-color: rgb(61,138,119); }
div.DivClassName
{
background-color: #3D8A77;
}
.BgClassName
{
background-color: #3D8A77;
}
</style>
border-color css
<style>
span { border-color: #3D8A77; }
span { border-color: rgb(61,138,119); }
td.TdClassName
{
border-color: #3D8A77;
}
.TagClassName
{
border-color: #3D8A77;
}
</style>