Shades of Viridian #3F8175
Tints of Viridian #3F8175
RGB
CMYK
RGB Variations
Color information
#3F8175 (or 0x3F8175) is known color: Viridian. HEX triplet: 3F, 81 and 75. RGB value is (63,129,117). Sum of RGB (Red+Green+Blue) = 63+129+117=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #3F8175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8175 is #C07E8A. Grayscale: #6B6B6B. Windows color (decimal): -12615307 or 7700799. OLE color: 7700799.
HSL color Cylindrical-coordinate representation of color #3F8175: hue angle of 169.09º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F8175 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 129 | 117 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.49 |
| HSL | 169.09º | 0.34% | 0.38% | - |
| HSV(B) | 169.09º | 0.51% | 0.51% | - |
| XYZ | 13.11 | 18.04 | 19.62 | - |
| YUV | 107.9 | 133.13 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 129 | 117 | 0.51 | 0 | 0.09 | 0.49 | 169.09 | 0.34 | 0.38 |
| Hex | 3F | 81 | 75 | 33 | 0 | 9 | 31 | A9 | 22 | 26 |
| Octal | 77 | 201 | 165 | 63 | 0 | 11 | 61 | 251 | 42 | 46 |
| Binary | 111111 | 10000001 | 1110101 | 110011 | 0 | 1001 | 110001 | 10101001 | 100010 | 100110 |
Color Harmonies of #3F8175
Complementary color
Monochromatic Colors of #3F8175
Black with #3F8175
Text Example
Text Example
White with #3F8175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8175; }
p { color: rgb(63,129,117); }
H1.HeaderClassName
{
color: #3F8175;
}
.AnyTagClassName
{
color: #3F8175;
}
</style>
background-color css
<style>
a { background-color: #3F8175; }
a { background-color: rgb(63,129,117); }
div.DivClassName
{
background-color: #3F8175;
}
.BgClassName
{
background-color: #3F8175;
}
</style>
border-color css
<style>
span { border-color: #3F8175; }
span { border-color: rgb(63,129,117); }
td.TdClassName
{
border-color: #3F8175;
}
.TagClassName
{
border-color: #3F8175;
}
</style>