Shades of Viridian #3C886B
Tints of Viridian #3C886B
RGB
CMYK
RGB Variations
Color information
#3C886B (or 0x3C886B) is known color: Viridian. HEX triplet: 3C, 88 and 6B. RGB value is (60,136,107). Sum of RGB (Red+Green+Blue) = 60+136+107=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #3C886B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C886B is #C37794. Grayscale: #6E6E6E. Windows color (decimal): -12810133 or 7047228. OLE color: 7047228.
HSL color Cylindrical-coordinate representation of color #3C886B: hue angle of 157.11º 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 #3C886B is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 136 | 107 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.47 |
| HSL | 157.11º | 0.39% | 0.38% | - |
| HSV(B) | 157.11º | 0.56% | 0.53% | - |
| XYZ | 13.32 | 19.63 | 17 | - |
| YUV | 109.97 | 126.32 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 136 | 107 | 0.56 | 0 | 0.21 | 0.47 | 157.11 | 0.39 | 0.38 |
| Hex | 3C | 88 | 6B | 38 | 0 | 15 | 2F | 9D | 27 | 26 |
| Octal | 74 | 210 | 153 | 70 | 0 | 25 | 57 | 235 | 47 | 46 |
| Binary | 111100 | 10001000 | 1101011 | 111000 | 0 | 10101 | 101111 | 10011101 | 100111 | 100110 |
Color Harmonies of #3C886B
Complementary color
Monochromatic Colors of #3C886B
Black with #3C886B
Text Example
Text Example
White with #3C886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C886B; }
p { color: rgb(60,136,107); }
H1.HeaderClassName
{
color: #3C886B;
}
.AnyTagClassName
{
color: #3C886B;
}
</style>
background-color css
<style>
a { background-color: #3C886B; }
a { background-color: rgb(60,136,107); }
div.DivClassName
{
background-color: #3C886B;
}
.BgClassName
{
background-color: #3C886B;
}
</style>
border-color css
<style>
span { border-color: #3C886B; }
span { border-color: rgb(60,136,107); }
td.TdClassName
{
border-color: #3C886B;
}
.TagClassName
{
border-color: #3C886B;
}
</style>