Shades of Viridian #3B8164
Tints of Viridian #3B8164
RGB
CMYK
RGB Variations
Color information
#3B8164 (or 0x3B8164) is known color: Viridian. HEX triplet: 3B, 81 and 64. RGB value is (59,129,100). Sum of RGB (Red+Green+Blue) = 59+129+100=288 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.49% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #3B8164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8164 is #C47E9B. Grayscale: #686868. Windows color (decimal): -12877468 or 6586683. OLE color: 6586683.
HSL color Cylindrical-coordinate representation of color #3B8164: hue angle of 155.14º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B8164 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 59 | 129 | 100 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.49 |
| HSL | 155.14º | 0.37% | 0.37% | - |
| HSV(B) | 155.14º | 0.54% | 0.51% | - |
| XYZ | 11.95 | 17.55 | 14.81 | - |
| YUV | 104.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 129 | 100 | 0.54 | 0 | 0.22 | 0.49 | 155.14 | 0.37 | 0.37 |
| Hex | 3B | 81 | 64 | 36 | 0 | 16 | 31 | 9B | 25 | 25 |
| Octal | 73 | 201 | 144 | 66 | 0 | 26 | 61 | 233 | 45 | 45 |
| Binary | 111011 | 10000001 | 1100100 | 110110 | 0 | 10110 | 110001 | 10011011 | 100101 | 100101 |
Color Harmonies of #3B8164
Complementary color
Monochromatic Colors of #3B8164
Black with #3B8164
Text Example
Text Example
White with #3B8164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8164; }
p { color: rgb(59,129,100); }
H1.HeaderClassName
{
color: #3B8164;
}
.AnyTagClassName
{
color: #3B8164;
}
</style>
background-color css
<style>
a { background-color: #3B8164; }
a { background-color: rgb(59,129,100); }
div.DivClassName
{
background-color: #3B8164;
}
.BgClassName
{
background-color: #3B8164;
}
</style>
border-color css
<style>
span { border-color: #3B8164; }
span { border-color: rgb(59,129,100); }
td.TdClassName
{
border-color: #3B8164;
}
.TagClassName
{
border-color: #3B8164;
}
</style>