Shades of Viridian #3B926D
Tints of Viridian #3B926D
RGB
CMYK
RGB Variations
Color information
#3B926D (or 0x3B926D) is known color: Viridian. HEX triplet: 3B, 92 and 6D. RGB value is (59,146,109). Sum of RGB (Red+Green+Blue) = 59+146+109=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #3B926D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B926D is #C46D92. Grayscale: #737373. Windows color (decimal): -12873107 or 7180859. OLE color: 7180859.
HSL color Cylindrical-coordinate representation of color #3B926D: hue angle of 154.48º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B926D is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 146 | 109 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.43 |
| HSL | 154.48º | 0.42% | 0.4% | - |
| HSV(B) | 154.48º | 0.6% | 0.57% | - |
| XYZ | 14.84 | 22.59 | 18.05 | - |
| YUV | 115.77 | 124.18 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 146 | 109 | 0.60 | 0 | 0.25 | 0.43 | 154.48 | 0.42 | 0.4 |
| Hex | 3B | 92 | 6D | 3C | 0 | 19 | 2B | 9A | 2A | 28 |
| Octal | 73 | 222 | 155 | 74 | 0 | 31 | 53 | 232 | 52 | 50 |
| Binary | 111011 | 10010010 | 1101101 | 111100 | 0 | 11001 | 101011 | 10011010 | 101010 | 101000 |
Color Harmonies of #3B926D
Complementary color
Monochromatic Colors of #3B926D
Black with #3B926D
Text Example
Text Example
White with #3B926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B926D; }
p { color: rgb(59,146,109); }
H1.HeaderClassName
{
color: #3B926D;
}
.AnyTagClassName
{
color: #3B926D;
}
</style>
background-color css
<style>
a { background-color: #3B926D; }
a { background-color: rgb(59,146,109); }
div.DivClassName
{
background-color: #3B926D;
}
.BgClassName
{
background-color: #3B926D;
}
</style>
border-color css
<style>
span { border-color: #3B926D; }
span { border-color: rgb(59,146,109); }
td.TdClassName
{
border-color: #3B926D;
}
.TagClassName
{
border-color: #3B926D;
}
</style>