Shades of Viridian #3F8772
Tints of Viridian #3F8772
RGB
CMYK
RGB Variations
Color information
#3F8772 (or 0x3F8772) is known color: Viridian. HEX triplet: 3F, 87 and 72. RGB value is (63,135,114). Sum of RGB (Red+Green+Blue) = 63+135+114=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #3F8772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8772 is #C0788D. Grayscale: #6F6F6F. Windows color (decimal): -12613774 or 7505727. OLE color: 7505727.
HSL color Cylindrical-coordinate representation of color #3F8772: hue angle of 162.5º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F8772 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 135 | 114 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.47 |
| HSL | 162.5º | 0.36% | 0.39% | - |
| HSV(B) | 162.5º | 0.53% | 0.53% | - |
| XYZ | 13.75 | 19.6 | 18.98 | - |
| YUV | 111.08 | 129.65 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 135 | 114 | 0.53 | 0 | 0.16 | 0.47 | 162.5 | 0.36 | 0.39 |
| Hex | 3F | 87 | 72 | 35 | 0 | 10 | 2F | A2 | 24 | 27 |
| Octal | 77 | 207 | 162 | 65 | 0 | 20 | 57 | 242 | 44 | 47 |
| Binary | 111111 | 10000111 | 1110010 | 110101 | 0 | 10000 | 101111 | 10100010 | 100100 | 100111 |
Color Harmonies of #3F8772
Complementary color
Monochromatic Colors of #3F8772
Black with #3F8772
Text Example
Text Example
White with #3F8772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8772; }
p { color: rgb(63,135,114); }
H1.HeaderClassName
{
color: #3F8772;
}
.AnyTagClassName
{
color: #3F8772;
}
</style>
background-color css
<style>
a { background-color: #3F8772; }
a { background-color: rgb(63,135,114); }
div.DivClassName
{
background-color: #3F8772;
}
.BgClassName
{
background-color: #3F8772;
}
</style>
border-color css
<style>
span { border-color: #3F8772; }
span { border-color: rgb(63,135,114); }
td.TdClassName
{
border-color: #3F8772;
}
.TagClassName
{
border-color: #3F8772;
}
</style>