Shades of Viridian #3C8377
Tints of Viridian #3C8377
RGB
CMYK
RGB Variations
Color information
#3C8377 (or 0x3C8377) is known color: Viridian. HEX triplet: 3C, 83 and 77. RGB value is (60,131,119). Sum of RGB (Red+Green+Blue) = 60+131+119=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 131 - color contains mainly: green. Hex color #3C8377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8377 is #C37C88. Grayscale: #6C6C6C. Windows color (decimal): -12811401 or 7832380. OLE color: 7832380.
HSL color Cylindrical-coordinate representation of color #3C8377: hue angle of 169.86º 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 #3C8377 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 131 | 119 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.49 |
| HSL | 169.86º | 0.37% | 0.37% | - |
| HSV(B) | 169.86º | 0.54% | 0.51% | - |
| XYZ | 13.31 | 18.53 | 20.33 | - |
| YUV | 108.4 | 133.98 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 131 | 119 | 0.54 | 0 | 0.09 | 0.49 | 169.86 | 0.37 | 0.37 |
| Hex | 3C | 83 | 77 | 36 | 0 | 9 | 31 | AA | 25 | 25 |
| Octal | 74 | 203 | 167 | 66 | 0 | 11 | 61 | 252 | 45 | 45 |
| Binary | 111100 | 10000011 | 1110111 | 110110 | 0 | 1001 | 110001 | 10101010 | 100101 | 100101 |
Color Harmonies of #3C8377
Complementary color
Monochromatic Colors of #3C8377
Black with #3C8377
Text Example
Text Example
White with #3C8377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8377; }
p { color: rgb(60,131,119); }
H1.HeaderClassName
{
color: #3C8377;
}
.AnyTagClassName
{
color: #3C8377;
}
</style>
background-color css
<style>
a { background-color: #3C8377; }
a { background-color: rgb(60,131,119); }
div.DivClassName
{
background-color: #3C8377;
}
.BgClassName
{
background-color: #3C8377;
}
</style>
border-color css
<style>
span { border-color: #3C8377; }
span { border-color: rgb(60,131,119); }
td.TdClassName
{
border-color: #3C8377;
}
.TagClassName
{
border-color: #3C8377;
}
</style>