Shades of Viridian #3B816C
Tints of Viridian #3B816C
RGB
CMYK
RGB Variations
Color information
#3B816C (or 0x3B816C) is known color: Viridian. HEX triplet: 3B, 81 and 6C. RGB value is (59,129,108). Sum of RGB (Red+Green+Blue) = 59+129+108=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 129 - color contains mainly: green. Hex color #3B816C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B816C is #C47E93. Grayscale: #696969. Windows color (decimal): -12877460 or 7110971. OLE color: 7110971.
HSL color Cylindrical-coordinate representation of color #3B816C: hue angle of 162º 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 #3B816C is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 59 | 129 | 108 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.49 |
| HSL | 162º | 0.37% | 0.37% | - |
| HSV(B) | 162º | 0.54% | 0.51% | - |
| XYZ | 12.36 | 17.71 | 16.95 | - |
| YUV | 105.68 | 129.31 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 129 | 108 | 0.54 | 0 | 0.16 | 0.49 | 162 | 0.37 | 0.37 |
| Hex | 3B | 81 | 6C | 36 | 0 | 10 | 31 | A2 | 25 | 25 |
| Octal | 73 | 201 | 154 | 66 | 0 | 20 | 61 | 242 | 45 | 45 |
| Binary | 111011 | 10000001 | 1101100 | 110110 | 0 | 10000 | 110001 | 10100010 | 100101 | 100101 |
Color Harmonies of #3B816C
Complementary color
Monochromatic Colors of #3B816C
Black with #3B816C
Text Example
Text Example
White with #3B816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B816C; }
p { color: rgb(59,129,108); }
H1.HeaderClassName
{
color: #3B816C;
}
.AnyTagClassName
{
color: #3B816C;
}
</style>
background-color css
<style>
a { background-color: #3B816C; }
a { background-color: rgb(59,129,108); }
div.DivClassName
{
background-color: #3B816C;
}
.BgClassName
{
background-color: #3B816C;
}
</style>
border-color css
<style>
span { border-color: #3B816C; }
span { border-color: rgb(59,129,108); }
td.TdClassName
{
border-color: #3B816C;
}
.TagClassName
{
border-color: #3B816C;
}
</style>