Shades of Viridian #3B8668
Tints of Viridian #3B8668
RGB
CMYK
RGB Variations
Color information
#3B8668 (or 0x3B8668) is known color: Viridian. HEX triplet: 3B, 86 and 68. RGB value is (59,134,104). Sum of RGB (Red+Green+Blue) = 59+134+104=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #3B8668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8668 is #C47997. Grayscale: #6C6C6C. Windows color (decimal): -12876184 or 6850107. OLE color: 6850107.
HSL color Cylindrical-coordinate representation of color #3B8668: hue angle of 156º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B8668 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 59 | 134 | 104 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.47 |
| HSL | 156º | 0.39% | 0.38% | - |
| HSV(B) | 156º | 0.56% | 0.53% | - |
| XYZ | 12.83 | 18.98 | 16.08 | - |
| YUV | 108.16 | 125.65 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 134 | 104 | 0.56 | 0 | 0.22 | 0.47 | 156 | 0.39 | 0.38 |
| Hex | 3B | 86 | 68 | 38 | 0 | 16 | 2F | 9C | 27 | 26 |
| Octal | 73 | 206 | 150 | 70 | 0 | 26 | 57 | 234 | 47 | 46 |
| Binary | 111011 | 10000110 | 1101000 | 111000 | 0 | 10110 | 101111 | 10011100 | 100111 | 100110 |
Color Harmonies of #3B8668
Complementary color
Monochromatic Colors of #3B8668
Black with #3B8668
Text Example
Text Example
White with #3B8668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8668; }
p { color: rgb(59,134,104); }
H1.HeaderClassName
{
color: #3B8668;
}
.AnyTagClassName
{
color: #3B8668;
}
</style>
background-color css
<style>
a { background-color: #3B8668; }
a { background-color: rgb(59,134,104); }
div.DivClassName
{
background-color: #3B8668;
}
.BgClassName
{
background-color: #3B8668;
}
</style>
border-color css
<style>
span { border-color: #3B8668; }
span { border-color: rgb(59,134,104); }
td.TdClassName
{
border-color: #3B8668;
}
.TagClassName
{
border-color: #3B8668;
}
</style>