Shades of Viridian #3D8A6B
Tints of Viridian #3D8A6B
RGB
CMYK
RGB Variations
Color information
#3D8A6B (or 0x3D8A6B) is known color: Viridian. HEX triplet: 3D, 8A and 6B. RGB value is (61,138,107). Sum of RGB (Red+Green+Blue) = 61+138+107=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 138 - color contains mainly: green. Hex color #3D8A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8A6B is #C27594. Grayscale: #6F6F6F. Windows color (decimal): -12744085 or 7047741. OLE color: 7047741.
HSL color Cylindrical-coordinate representation of color #3D8A6B: hue angle of 155.84º 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 #3D8A6B is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 138 | 107 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.46 |
| HSL | 155.84º | 0.39% | 0.39% | - |
| HSV(B) | 155.84º | 0.56% | 0.54% | - |
| XYZ | 13.67 | 20.23 | 17.09 | - |
| YUV | 111.44 | 125.49 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 138 | 107 | 0.56 | 0 | 0.22 | 0.46 | 155.84 | 0.39 | 0.39 |
| Hex | 3D | 8A | 6B | 38 | 0 | 16 | 2E | 9C | 27 | 27 |
| Octal | 75 | 212 | 153 | 70 | 0 | 26 | 56 | 234 | 47 | 47 |
| Binary | 111101 | 10001010 | 1101011 | 111000 | 0 | 10110 | 101110 | 10011100 | 100111 | 100111 |
Color Harmonies of #3D8A6B
Complementary color
Monochromatic Colors of #3D8A6B
Black with #3D8A6B
Text Example
Text Example
White with #3D8A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8A6B; }
p { color: rgb(61,138,107); }
H1.HeaderClassName
{
color: #3D8A6B;
}
.AnyTagClassName
{
color: #3D8A6B;
}
</style>
background-color css
<style>
a { background-color: #3D8A6B; }
a { background-color: rgb(61,138,107); }
div.DivClassName
{
background-color: #3D8A6B;
}
.BgClassName
{
background-color: #3D8A6B;
}
</style>
border-color css
<style>
span { border-color: #3D8A6B; }
span { border-color: rgb(61,138,107); }
td.TdClassName
{
border-color: #3D8A6B;
}
.TagClassName
{
border-color: #3D8A6B;
}
</style>