Shades of Viridian #3D8867
Tints of Viridian #3D8867
RGB
CMYK
RGB Variations
Color information
#3D8867 (or 0x3D8867) is known color: Viridian. HEX triplet: 3D, 88 and 67. RGB value is (61,136,103). Sum of RGB (Red+Green+Blue) = 61+136+103=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #3D8867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8867 is #C27798. Grayscale: #6D6D6D. Windows color (decimal): -12744601 or 6785085. OLE color: 6785085.
HSL color Cylindrical-coordinate representation of color #3D8867: hue angle of 153.6º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D8867 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 136 | 103 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.47 |
| HSL | 153.6º | 0.38% | 0.39% | - |
| HSV(B) | 153.6º | 0.55% | 0.53% | - |
| XYZ | 13.18 | 19.58 | 15.92 | - |
| YUV | 109.81 | 124.15 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 136 | 103 | 0.55 | 0 | 0.24 | 0.47 | 153.6 | 0.38 | 0.39 |
| Hex | 3D | 88 | 67 | 37 | 0 | 18 | 2F | 9A | 26 | 27 |
| Octal | 75 | 210 | 147 | 67 | 0 | 30 | 57 | 232 | 46 | 47 |
| Binary | 111101 | 10001000 | 1100111 | 110111 | 0 | 11000 | 101111 | 10011010 | 100110 | 100111 |
Color Harmonies of #3D8867
Complementary color
Monochromatic Colors of #3D8867
Black with #3D8867
Text Example
Text Example
White with #3D8867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8867; }
p { color: rgb(61,136,103); }
H1.HeaderClassName
{
color: #3D8867;
}
.AnyTagClassName
{
color: #3D8867;
}
</style>
background-color css
<style>
a { background-color: #3D8867; }
a { background-color: rgb(61,136,103); }
div.DivClassName
{
background-color: #3D8867;
}
.BgClassName
{
background-color: #3D8867;
}
</style>
border-color css
<style>
span { border-color: #3D8867; }
span { border-color: rgb(61,136,103); }
td.TdClassName
{
border-color: #3D8867;
}
.TagClassName
{
border-color: #3D8867;
}
</style>