Shades of Viridian #3F7A6C
Tints of Viridian #3F7A6C
RGB
CMYK
RGB Variations
Color information
#3F7A6C (or 0x3F7A6C) is known color: Viridian. HEX triplet: 3F, 7A and 6C. RGB value is (63,122,108). Sum of RGB (Red+Green+Blue) = 63+122+108=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 122 - color contains mainly: green. Hex color #3F7A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7A6C is #C08593. Grayscale: #666666. Windows color (decimal): -12617108 or 7109183. OLE color: 7109183.
HSL color Cylindrical-coordinate representation of color #3F7A6C: hue angle of 165.76º 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 #3F7A6C is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 122 | 108 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.52 |
| HSL | 165.76º | 0.32% | 0.36% | - |
| HSV(B) | 165.76º | 0.48% | 0.48% | - |
| XYZ | 11.72 | 16.06 | 16.67 | - |
| YUV | 102.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 108 | 0.48 | 0 | 0.11 | 0.52 | 165.76 | 0.32 | 0.36 |
| Hex | 3F | 7A | 6C | 30 | 0 | B | 34 | A6 | 20 | 24 |
| Octal | 77 | 172 | 154 | 60 | 0 | 13 | 64 | 246 | 40 | 44 |
| Binary | 111111 | 1111010 | 1101100 | 110000 | 0 | 1011 | 110100 | 10100110 | 100000 | 100100 |
Color Harmonies of #3F7A6C
Complementary color
Monochromatic Colors of #3F7A6C
Black with #3F7A6C
Text Example
Text Example
White with #3F7A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7A6C; }
p { color: rgb(63,122,108); }
H1.HeaderClassName
{
color: #3F7A6C;
}
.AnyTagClassName
{
color: #3F7A6C;
}
</style>
background-color css
<style>
a { background-color: #3F7A6C; }
a { background-color: rgb(63,122,108); }
div.DivClassName
{
background-color: #3F7A6C;
}
.BgClassName
{
background-color: #3F7A6C;
}
</style>
border-color css
<style>
span { border-color: #3F7A6C; }
span { border-color: rgb(63,122,108); }
td.TdClassName
{
border-color: #3F7A6C;
}
.TagClassName
{
border-color: #3F7A6C;
}
</style>