Shades of Viridian #3F906F
Tints of Viridian #3F906F
RGB
CMYK
RGB Variations
Color information
#3F906F (or 0x3F906F) is known color: Viridian. HEX triplet: 3F, 90 and 6F. RGB value is (63,144,111). Sum of RGB (Red+Green+Blue) = 63+144+111=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #3F906F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F906F is #C06F90. Grayscale: #747474. Windows color (decimal): -12611473 or 7311423. OLE color: 7311423.
HSL color Cylindrical-coordinate representation of color #3F906F: hue angle of 155.56º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F906F is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 144 | 111 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.44 |
| HSL | 155.56º | 0.39% | 0.41% | - |
| HSV(B) | 155.56º | 0.56% | 0.56% | - |
| XYZ | 14.89 | 22.15 | 18.53 | - |
| YUV | 116.02 | 125.16 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 111 | 0.56 | 0 | 0.23 | 0.44 | 155.56 | 0.39 | 0.41 |
| Hex | 3F | 90 | 6F | 38 | 0 | 17 | 2C | 9C | 27 | 29 |
| Octal | 77 | 220 | 157 | 70 | 0 | 27 | 54 | 234 | 47 | 51 |
| Binary | 111111 | 10010000 | 1101111 | 111000 | 0 | 10111 | 101100 | 10011100 | 100111 | 101001 |
Color Harmonies of #3F906F
Complementary color
Monochromatic Colors of #3F906F
Black with #3F906F
Text Example
Text Example
White with #3F906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F906F; }
p { color: rgb(63,144,111); }
H1.HeaderClassName
{
color: #3F906F;
}
.AnyTagClassName
{
color: #3F906F;
}
</style>
background-color css
<style>
a { background-color: #3F906F; }
a { background-color: rgb(63,144,111); }
div.DivClassName
{
background-color: #3F906F;
}
.BgClassName
{
background-color: #3F906F;
}
</style>
border-color css
<style>
span { border-color: #3F906F; }
span { border-color: rgb(63,144,111); }
td.TdClassName
{
border-color: #3F906F;
}
.TagClassName
{
border-color: #3F906F;
}
</style>