Shades of Viridian #3F7A6D
Tints of Viridian #3F7A6D
RGB
CMYK
RGB Variations
Color information
#3F7A6D (or 0x3F7A6D) is known color: Viridian. HEX triplet: 3F, 7A and 6D. RGB value is (63,122,109). Sum of RGB (Red+Green+Blue) = 63+122+109=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 122 - color contains mainly: green. Hex color #3F7A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7A6D is #C08592. Grayscale: #666666. Windows color (decimal): -12617107 or 7174719. OLE color: 7174719.
HSL color Cylindrical-coordinate representation of color #3F7A6D: hue angle of 166.78º 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 #3F7A6D is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 122 | 109 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.52 |
| HSL | 166.78º | 0.32% | 0.36% | - |
| HSV(B) | 166.78º | 0.48% | 0.48% | - |
| XYZ | 11.77 | 16.08 | 16.95 | - |
| YUV | 102.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 109 | 0.48 | 0 | 0.11 | 0.52 | 166.78 | 0.32 | 0.36 |
| Hex | 3F | 7A | 6D | 30 | 0 | B | 34 | A7 | 20 | 24 |
| Octal | 77 | 172 | 155 | 60 | 0 | 13 | 64 | 247 | 40 | 44 |
| Binary | 111111 | 1111010 | 1101101 | 110000 | 0 | 1011 | 110100 | 10100111 | 100000 | 100100 |
Color Harmonies of #3F7A6D
Complementary color
Monochromatic Colors of #3F7A6D
Black with #3F7A6D
Text Example
Text Example
White with #3F7A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7A6D; }
p { color: rgb(63,122,109); }
H1.HeaderClassName
{
color: #3F7A6D;
}
.AnyTagClassName
{
color: #3F7A6D;
}
</style>
background-color css
<style>
a { background-color: #3F7A6D; }
a { background-color: rgb(63,122,109); }
div.DivClassName
{
background-color: #3F7A6D;
}
.BgClassName
{
background-color: #3F7A6D;
}
</style>
border-color css
<style>
span { border-color: #3F7A6D; }
span { border-color: rgb(63,122,109); }
td.TdClassName
{
border-color: #3F7A6D;
}
.TagClassName
{
border-color: #3F7A6D;
}
</style>