Shades of Viridian #3F7664
Tints of Viridian #3F7664
RGB
CMYK
RGB Variations
Color information
#3F7664 (or 0x3F7664) is known color: Viridian. HEX triplet: 3F, 76 and 64. RGB value is (63,118,100). Sum of RGB (Red+Green+Blue) = 63+118+100=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7664 is #C0899B. Grayscale: #636363. Windows color (decimal): -12618140 or 6583871. OLE color: 6583871.
HSL color Cylindrical-coordinate representation of color #3F7664: hue angle of 160.36º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7664 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 118 | 100 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.54 |
| HSL | 160.36º | 0.3% | 0.35% | - |
| HSV(B) | 160.36º | 0.47% | 0.46% | - |
| XYZ | 10.83 | 14.93 | 14.37 | - |
| YUV | 99.5 | 128.28 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 100 | 0.47 | 0 | 0.15 | 0.54 | 160.36 | 0.3 | 0.35 |
| Hex | 3F | 76 | 64 | 2F | 0 | F | 36 | A0 | 1E | 23 |
| Octal | 77 | 166 | 144 | 57 | 0 | 17 | 66 | 240 | 36 | 43 |
| Binary | 111111 | 1110110 | 1100100 | 101111 | 0 | 1111 | 110110 | 10100000 | 11110 | 100011 |
Color Harmonies of #3F7664
Complementary color
Monochromatic Colors of #3F7664
Black with #3F7664
Text Example
Text Example
White with #3F7664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7664; }
p { color: rgb(63,118,100); }
H1.HeaderClassName
{
color: #3F7664;
}
.AnyTagClassName
{
color: #3F7664;
}
</style>
background-color css
<style>
a { background-color: #3F7664; }
a { background-color: rgb(63,118,100); }
div.DivClassName
{
background-color: #3F7664;
}
.BgClassName
{
background-color: #3F7664;
}
</style>
border-color css
<style>
span { border-color: #3F7664; }
span { border-color: rgb(63,118,100); }
td.TdClassName
{
border-color: #3F7664;
}
.TagClassName
{
border-color: #3F7664;
}
</style>