Shades of Viridian #3B906F
Tints of Viridian #3B906F
RGB
CMYK
RGB Variations
Color information
#3B906F (or 0x3B906F) is known color: Viridian. HEX triplet: 3B, 90 and 6F. RGB value is (59,144,111). Sum of RGB (Red+Green+Blue) = 59+144+111=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #3B906F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B906F is #C46F90. Grayscale: #727272. Windows color (decimal): -12873617 or 7311419. OLE color: 7311419.
HSL color Cylindrical-coordinate representation of color #3B906F: hue angle of 156.71º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B906F is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 144 | 111 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.44 |
| HSL | 156.71º | 0.42% | 0.4% | - |
| HSV(B) | 156.71º | 0.59% | 0.56% | - |
| XYZ | 14.65 | 22.02 | 18.52 | - |
| YUV | 114.82 | 125.84 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 144 | 111 | 0.59 | 0 | 0.23 | 0.44 | 156.71 | 0.42 | 0.4 |
| Hex | 3B | 90 | 6F | 3B | 0 | 17 | 2C | 9D | 2A | 28 |
| Octal | 73 | 220 | 157 | 73 | 0 | 27 | 54 | 235 | 52 | 50 |
| Binary | 111011 | 10010000 | 1101111 | 111011 | 0 | 10111 | 101100 | 10011101 | 101010 | 101000 |
Color Harmonies of #3B906F
Complementary color
Monochromatic Colors of #3B906F
Black with #3B906F
Text Example
Text Example
White with #3B906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B906F; }
p { color: rgb(59,144,111); }
H1.HeaderClassName
{
color: #3B906F;
}
.AnyTagClassName
{
color: #3B906F;
}
</style>
background-color css
<style>
a { background-color: #3B906F; }
a { background-color: rgb(59,144,111); }
div.DivClassName
{
background-color: #3B906F;
}
.BgClassName
{
background-color: #3B906F;
}
</style>
border-color css
<style>
span { border-color: #3B906F; }
span { border-color: rgb(59,144,111); }
td.TdClassName
{
border-color: #3B906F;
}
.TagClassName
{
border-color: #3B906F;
}
</style>