Shades of Viridian #3B8871
Tints of Viridian #3B8871
RGB
CMYK
RGB Variations
Color information
#3B8871 (or 0x3B8871) is known color: Viridian. HEX triplet: 3B, 88 and 71. RGB value is (59,136,113). Sum of RGB (Red+Green+Blue) = 59+136+113=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #3B8871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8871 is #C4778E. Grayscale: #6E6E6E. Windows color (decimal): -12875663 or 7440443. OLE color: 7440443.
HSL color Cylindrical-coordinate representation of color #3B8871: hue angle of 162.08º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B8871 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 59 | 136 | 113 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.47 |
| HSL | 162.08º | 0.39% | 0.38% | - |
| HSV(B) | 162.08º | 0.57% | 0.53% | - |
| XYZ | 13.59 | 19.73 | 18.71 | - |
| YUV | 110.36 | 129.49 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 136 | 113 | 0.57 | 0 | 0.17 | 0.47 | 162.08 | 0.39 | 0.38 |
| Hex | 3B | 88 | 71 | 39 | 0 | 11 | 2F | A2 | 27 | 26 |
| Octal | 73 | 210 | 161 | 71 | 0 | 21 | 57 | 242 | 47 | 46 |
| Binary | 111011 | 10001000 | 1110001 | 111001 | 0 | 10001 | 101111 | 10100010 | 100111 | 100110 |
Color Harmonies of #3B8871
Complementary color
Monochromatic Colors of #3B8871
Black with #3B8871
Text Example
Text Example
White with #3B8871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8871; }
p { color: rgb(59,136,113); }
H1.HeaderClassName
{
color: #3B8871;
}
.AnyTagClassName
{
color: #3B8871;
}
</style>
background-color css
<style>
a { background-color: #3B8871; }
a { background-color: rgb(59,136,113); }
div.DivClassName
{
background-color: #3B8871;
}
.BgClassName
{
background-color: #3B8871;
}
</style>
border-color css
<style>
span { border-color: #3B8871; }
span { border-color: rgb(59,136,113); }
td.TdClassName
{
border-color: #3B8871;
}
.TagClassName
{
border-color: #3B8871;
}
</style>