Shades of Viridian #3C886A
Tints of Viridian #3C886A
RGB
CMYK
RGB Variations
Color information
#3C886A (or 0x3C886A) is known color: Viridian. HEX triplet: 3C, 88 and 6A. RGB value is (60,136,106). Sum of RGB (Red+Green+Blue) = 60+136+106=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #3C886A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C886A is #C37795. Grayscale: #6D6D6D. Windows color (decimal): -12810134 or 6981692. OLE color: 6981692.
HSL color Cylindrical-coordinate representation of color #3C886A: hue angle of 156.32º 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 #3C886A is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
RGB | 60 | 136 | 106 | - |
CMYK | 0.56 | 0 | 0.22 | 0.47 |
HSL | 156.32º | 0.39% | 0.38% | - |
HSV(B) | 156.32º | 0.56% | 0.53% | - |
XYZ | 13.27 | 19.61 | 16.72 | - |
YUV | 109.86 | 125.82 | 92.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 136 | 106 | 0.56 | 0 | 0.22 | 0.47 | 156.32 | 0.39 | 0.38 |
Hex | 3C | 88 | 6A | 38 | 0 | 16 | 2F | 9C | 27 | 26 |
Octal | 74 | 210 | 152 | 70 | 0 | 26 | 57 | 234 | 47 | 46 |
Binary | 111100 | 10001000 | 1101010 | 111000 | 0 | 10110 | 101111 | 10011100 | 100111 | 100110 |
Color Harmonies of #3C886A
Complementary color
Monochromatic Colors of #3C886A
Black with #3C886A
Text Example
Text Example
White with #3C886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C886A; }
p { color: rgb(60,136,106); }
H1.HeaderClassName
{
color: #3C886A;
}
.AnyTagClassName
{
color: #3C886A;
}
</style>
background-color css
<style>
a { background-color: #3C886A; }
a { background-color: rgb(60,136,106); }
div.DivClassName
{
background-color: #3C886A;
}
.BgClassName
{
background-color: #3C886A;
}
</style>
border-color css
<style>
span { border-color: #3C886A; }
span { border-color: rgb(60,136,106); }
td.TdClassName
{
border-color: #3C886A;
}
.TagClassName
{
border-color: #3C886A;
}
</style>