Shades of Viridian #3F916C
Tints of Viridian #3F916C
RGB
CMYK
RGB Variations
Color information
#3F916C (or 0x3F916C) is known color: Viridian. HEX triplet: 3F, 91 and 6C. RGB value is (63,145,108). Sum of RGB (Red+Green+Blue) = 63+145+108=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #3F916C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F916C is #C06E93. Grayscale: #747474. Windows color (decimal): -12611220 or 7115071. OLE color: 7115071.
HSL color Cylindrical-coordinate representation of color #3F916C: hue angle of 152.93º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F916C is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 145 | 108 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.43 |
| HSL | 152.93º | 0.39% | 0.41% | - |
| HSV(B) | 152.93º | 0.57% | 0.57% | - |
| XYZ | 14.88 | 22.39 | 17.72 | - |
| YUV | 116.26 | 123.33 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 145 | 108 | 0.57 | 0 | 0.26 | 0.43 | 152.93 | 0.39 | 0.41 |
| Hex | 3F | 91 | 6C | 39 | 0 | 1A | 2B | 99 | 27 | 29 |
| Octal | 77 | 221 | 154 | 71 | 0 | 32 | 53 | 231 | 47 | 51 |
| Binary | 111111 | 10010001 | 1101100 | 111001 | 0 | 11010 | 101011 | 10011001 | 100111 | 101001 |
Color Harmonies of #3F916C
Complementary color
Monochromatic Colors of #3F916C
Black with #3F916C
Text Example
Text Example
White with #3F916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F916C; }
p { color: rgb(63,145,108); }
H1.HeaderClassName
{
color: #3F916C;
}
.AnyTagClassName
{
color: #3F916C;
}
</style>
background-color css
<style>
a { background-color: #3F916C; }
a { background-color: rgb(63,145,108); }
div.DivClassName
{
background-color: #3F916C;
}
.BgClassName
{
background-color: #3F916C;
}
</style>
border-color css
<style>
span { border-color: #3F916C; }
span { border-color: rgb(63,145,108); }
td.TdClassName
{
border-color: #3F916C;
}
.TagClassName
{
border-color: #3F916C;
}
</style>