Shades of Viridian #3F8F6A
Tints of Viridian #3F8F6A
RGB
CMYK
RGB Variations
Color information
#3F8F6A (or 0x3F8F6A) is known color: Viridian. HEX triplet: 3F, 8F and 6A. RGB value is (63,143,106). Sum of RGB (Red+Green+Blue) = 63+143+106=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 143 - color contains mainly: green. Hex color #3F8F6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8F6A is #C07095. Grayscale: #727272. Windows color (decimal): -12611734 or 6983487. OLE color: 6983487.
HSL color Cylindrical-coordinate representation of color #3F8F6A: hue angle of 152.25º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F8F6A is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 143 | 106 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.44 |
| HSL | 152.25º | 0.39% | 0.4% | - |
| HSV(B) | 152.25º | 0.56% | 0.56% | - |
| XYZ | 14.47 | 21.74 | 17.07 | - |
| YUV | 114.86 | 123 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 143 | 106 | 0.56 | 0 | 0.26 | 0.44 | 152.25 | 0.39 | 0.4 |
| Hex | 3F | 8F | 6A | 38 | 0 | 1A | 2C | 98 | 27 | 28 |
| Octal | 77 | 217 | 152 | 70 | 0 | 32 | 54 | 230 | 47 | 50 |
| Binary | 111111 | 10001111 | 1101010 | 111000 | 0 | 11010 | 101100 | 10011000 | 100111 | 101000 |
Color Harmonies of #3F8F6A
Complementary color
Monochromatic Colors of #3F8F6A
Black with #3F8F6A
Text Example
Text Example
White with #3F8F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8F6A; }
p { color: rgb(63,143,106); }
H1.HeaderClassName
{
color: #3F8F6A;
}
.AnyTagClassName
{
color: #3F8F6A;
}
</style>
background-color css
<style>
a { background-color: #3F8F6A; }
a { background-color: rgb(63,143,106); }
div.DivClassName
{
background-color: #3F8F6A;
}
.BgClassName
{
background-color: #3F8F6A;
}
</style>
border-color css
<style>
span { border-color: #3F8F6A; }
span { border-color: rgb(63,143,106); }
td.TdClassName
{
border-color: #3F8F6A;
}
.TagClassName
{
border-color: #3F8F6A;
}
</style>