Shades of Viridian #3B896C
Tints of Viridian #3B896C
RGB
CMYK
RGB Variations
Color information
#3B896C (or 0x3B896C) is known color: Viridian. HEX triplet: 3B, 89 and 6C. RGB value is (59,137,108). Sum of RGB (Red+Green+Blue) = 59+137+108=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #3B896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B896C is #C47693. Grayscale: #6E6E6E. Windows color (decimal): -12875412 or 7113019. OLE color: 7113019.
HSL color Cylindrical-coordinate representation of color #3B896C: hue angle of 157.69º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B896C is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 59 | 137 | 108 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.46 |
| HSL | 157.69º | 0.4% | 0.38% | - |
| HSV(B) | 157.69º | 0.57% | 0.54% | - |
| XYZ | 13.46 | 19.9 | 17.32 | - |
| YUV | 110.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 137 | 108 | 0.57 | 0 | 0.21 | 0.46 | 157.69 | 0.4 | 0.38 |
| Hex | 3B | 89 | 6C | 39 | 0 | 15 | 2E | 9E | 28 | 26 |
| Octal | 73 | 211 | 154 | 71 | 0 | 25 | 56 | 236 | 50 | 46 |
| Binary | 111011 | 10001001 | 1101100 | 111001 | 0 | 10101 | 101110 | 10011110 | 101000 | 100110 |
Color Harmonies of #3B896C
Complementary color
Monochromatic Colors of #3B896C
Black with #3B896C
Text Example
Text Example
White with #3B896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B896C; }
p { color: rgb(59,137,108); }
H1.HeaderClassName
{
color: #3B896C;
}
.AnyTagClassName
{
color: #3B896C;
}
</style>
background-color css
<style>
a { background-color: #3B896C; }
a { background-color: rgb(59,137,108); }
div.DivClassName
{
background-color: #3B896C;
}
.BgClassName
{
background-color: #3B896C;
}
</style>
border-color css
<style>
span { border-color: #3B896C; }
span { border-color: rgb(59,137,108); }
td.TdClassName
{
border-color: #3B896C;
}
.TagClassName
{
border-color: #3B896C;
}
</style>