Shades of Viridian #3F8375
Tints of Viridian #3F8375
RGB
CMYK
RGB Variations
Color information
#3F8375 (or 0x3F8375) is known color: Viridian. HEX triplet: 3F, 83 and 75. RGB value is (63,131,117). Sum of RGB (Red+Green+Blue) = 63+131+117=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 131 - color contains mainly: green. Hex color #3F8375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8375 is #C07C8A. Grayscale: #6D6D6D. Windows color (decimal): -12614795 or 7701311. OLE color: 7701311.
HSL color Cylindrical-coordinate representation of color #3F8375: hue angle of 167.65º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F8375 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 131 | 117 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.49 |
| HSL | 167.65º | 0.35% | 0.38% | - |
| HSV(B) | 167.65º | 0.52% | 0.51% | - |
| XYZ | 13.38 | 18.57 | 19.71 | - |
| YUV | 109.07 | 132.47 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 131 | 117 | 0.52 | 0 | 0.11 | 0.49 | 167.65 | 0.35 | 0.38 |
| Hex | 3F | 83 | 75 | 34 | 0 | B | 31 | A8 | 23 | 26 |
| Octal | 77 | 203 | 165 | 64 | 0 | 13 | 61 | 250 | 43 | 46 |
| Binary | 111111 | 10000011 | 1110101 | 110100 | 0 | 1011 | 110001 | 10101000 | 100011 | 100110 |
Color Harmonies of #3F8375
Complementary color
Monochromatic Colors of #3F8375
Black with #3F8375
Text Example
Text Example
White with #3F8375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8375; }
p { color: rgb(63,131,117); }
H1.HeaderClassName
{
color: #3F8375;
}
.AnyTagClassName
{
color: #3F8375;
}
</style>
background-color css
<style>
a { background-color: #3F8375; }
a { background-color: rgb(63,131,117); }
div.DivClassName
{
background-color: #3F8375;
}
.BgClassName
{
background-color: #3F8375;
}
</style>
border-color css
<style>
span { border-color: #3F8375; }
span { border-color: rgb(63,131,117); }
td.TdClassName
{
border-color: #3F8375;
}
.TagClassName
{
border-color: #3F8375;
}
</style>