Shades of Viridian #3B7D65
Tints of Viridian #3B7D65
RGB
CMYK
RGB Variations
Color information
#3B7D65 (or 0x3B7D65) is known color: Viridian. HEX triplet: 3B, 7D and 65. RGB value is (59,125,101). Sum of RGB (Red+Green+Blue) = 59+125+101=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 125 - color contains mainly: green. Hex color #3B7D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7D65 is #C4829A. Grayscale: #666666. Windows color (decimal): -12878491 or 6651195. OLE color: 6651195.
HSL color Cylindrical-coordinate representation of color #3B7D65: hue angle of 158.18º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B7D65 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 125 | 101 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.51 |
| HSL | 158.18º | 0.36% | 0.36% | - |
| HSV(B) | 158.18º | 0.53% | 0.49% | - |
| XYZ | 11.49 | 16.54 | 14.9 | - |
| YUV | 102.53 | 127.13 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 125 | 101 | 0.53 | 0 | 0.19 | 0.51 | 158.18 | 0.36 | 0.36 |
| Hex | 3B | 7D | 65 | 35 | 0 | 13 | 33 | 9E | 24 | 24 |
| Octal | 73 | 175 | 145 | 65 | 0 | 23 | 63 | 236 | 44 | 44 |
| Binary | 111011 | 1111101 | 1100101 | 110101 | 0 | 10011 | 110011 | 10011110 | 100100 | 100100 |
Color Harmonies of #3B7D65
Complementary color
Monochromatic Colors of #3B7D65
Black with #3B7D65
Text Example
Text Example
White with #3B7D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7D65; }
p { color: rgb(59,125,101); }
H1.HeaderClassName
{
color: #3B7D65;
}
.AnyTagClassName
{
color: #3B7D65;
}
</style>
background-color css
<style>
a { background-color: #3B7D65; }
a { background-color: rgb(59,125,101); }
div.DivClassName
{
background-color: #3B7D65;
}
.BgClassName
{
background-color: #3B7D65;
}
</style>
border-color css
<style>
span { border-color: #3B7D65; }
span { border-color: rgb(59,125,101); }
td.TdClassName
{
border-color: #3B7D65;
}
.TagClassName
{
border-color: #3B7D65;
}
</style>