Shades of Viridian #3F9375
Tints of Viridian #3F9375
RGB
CMYK
RGB Variations
Color information
#3F9375 (or 0x3F9375) is known color: Viridian. HEX triplet: 3F, 93 and 75. RGB value is (63,147,117). Sum of RGB (Red+Green+Blue) = 63+147+117=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #3F9375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9375 is #C06C8A. Grayscale: #767676. Windows color (decimal): -12610699 or 7705407. OLE color: 7705407.
HSL color Cylindrical-coordinate representation of color #3F9375: hue angle of 158.57º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F9375 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 147 | 117 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.42 |
| HSL | 158.57º | 0.4% | 0.41% | - |
| HSV(B) | 158.57º | 0.57% | 0.58% | - |
| XYZ | 15.69 | 23.21 | 20.48 | - |
| YUV | 118.46 | 127.17 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 147 | 117 | 0.57 | 0 | 0.20 | 0.42 | 158.57 | 0.4 | 0.41 |
| Hex | 3F | 93 | 75 | 39 | 0 | 14 | 2A | 9F | 28 | 29 |
| Octal | 77 | 223 | 165 | 71 | 0 | 24 | 52 | 237 | 50 | 51 |
| Binary | 111111 | 10010011 | 1110101 | 111001 | 0 | 10100 | 101010 | 10011111 | 101000 | 101001 |
Color Harmonies of #3F9375
Complementary color
Monochromatic Colors of #3F9375
Black with #3F9375
Text Example
Text Example
White with #3F9375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9375; }
p { color: rgb(63,147,117); }
H1.HeaderClassName
{
color: #3F9375;
}
.AnyTagClassName
{
color: #3F9375;
}
</style>
background-color css
<style>
a { background-color: #3F9375; }
a { background-color: rgb(63,147,117); }
div.DivClassName
{
background-color: #3F9375;
}
.BgClassName
{
background-color: #3F9375;
}
</style>
border-color css
<style>
span { border-color: #3F9375; }
span { border-color: rgb(63,147,117); }
td.TdClassName
{
border-color: #3F9375;
}
.TagClassName
{
border-color: #3F9375;
}
</style>