Shades of Viridian #3F7A62
Tints of Viridian #3F7A62
RGB
CMYK
RGB Variations
Color information
#3F7A62 (or 0x3F7A62) is known color: Viridian. HEX triplet: 3F, 7A and 62. RGB value is (63,122,98). Sum of RGB (Red+Green+Blue) = 63+122+98=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 122 - color contains mainly: green. Hex color #3F7A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7A62 is #C0859D. Grayscale: #656565. Windows color (decimal): -12617118 or 6453823. OLE color: 6453823.
HSL color Cylindrical-coordinate representation of color #3F7A62: hue angle of 155.59º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F7A62 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 122 | 98 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.52 |
| HSL | 155.59º | 0.32% | 0.36% | - |
| HSV(B) | 155.59º | 0.48% | 0.48% | - |
| XYZ | 11.21 | 15.86 | 14.03 | - |
| YUV | 101.62 | 125.95 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 98 | 0.48 | 0 | 0.20 | 0.52 | 155.59 | 0.32 | 0.36 |
| Hex | 3F | 7A | 62 | 30 | 0 | 14 | 34 | 9C | 20 | 24 |
| Octal | 77 | 172 | 142 | 60 | 0 | 24 | 64 | 234 | 40 | 44 |
| Binary | 111111 | 1111010 | 1100010 | 110000 | 0 | 10100 | 110100 | 10011100 | 100000 | 100100 |
Color Harmonies of #3F7A62
Complementary color
Monochromatic Colors of #3F7A62
Black with #3F7A62
Text Example
Text Example
White with #3F7A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7A62; }
p { color: rgb(63,122,98); }
H1.HeaderClassName
{
color: #3F7A62;
}
.AnyTagClassName
{
color: #3F7A62;
}
</style>
background-color css
<style>
a { background-color: #3F7A62; }
a { background-color: rgb(63,122,98); }
div.DivClassName
{
background-color: #3F7A62;
}
.BgClassName
{
background-color: #3F7A62;
}
</style>
border-color css
<style>
span { border-color: #3F7A62; }
span { border-color: rgb(63,122,98); }
td.TdClassName
{
border-color: #3F7A62;
}
.TagClassName
{
border-color: #3F7A62;
}
</style>