Shades of Viridian #3A7F6D
Tints of Viridian #3A7F6D
RGB
CMYK
RGB Variations
Color information
#3A7F6D (or 0x3A7F6D) is known color: Viridian. HEX triplet: 3A, 7F and 6D. RGB value is (58,127,109). Sum of RGB (Red+Green+Blue) = 58+127+109=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 127 - color contains mainly: green. Hex color #3A7F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7F6D is #C58092. Grayscale: #686868. Windows color (decimal): -12943507 or 7175994. OLE color: 7175994.
HSL color Cylindrical-coordinate representation of color #3A7F6D: hue angle of 164.35º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A7F6D is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 127 | 109 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.50 |
| HSL | 164.35º | 0.37% | 0.36% | - |
| HSV(B) | 164.35º | 0.54% | 0.5% | - |
| XYZ | 12.09 | 17.18 | 17.15 | - |
| YUV | 104.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 127 | 109 | 0.54 | 0 | 0.14 | 0.50 | 164.35 | 0.37 | 0.36 |
| Hex | 3A | 7F | 6D | 36 | 0 | E | 32 | A4 | 25 | 24 |
| Octal | 72 | 177 | 155 | 66 | 0 | 16 | 62 | 244 | 45 | 44 |
| Binary | 111010 | 1111111 | 1101101 | 110110 | 0 | 1110 | 110010 | 10100100 | 100101 | 100100 |
Color Harmonies of #3A7F6D
Complementary color
Monochromatic Colors of #3A7F6D
Black with #3A7F6D
Text Example
Text Example
White with #3A7F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7F6D; }
p { color: rgb(58,127,109); }
H1.HeaderClassName
{
color: #3A7F6D;
}
.AnyTagClassName
{
color: #3A7F6D;
}
</style>
background-color css
<style>
a { background-color: #3A7F6D; }
a { background-color: rgb(58,127,109); }
div.DivClassName
{
background-color: #3A7F6D;
}
.BgClassName
{
background-color: #3A7F6D;
}
</style>
border-color css
<style>
span { border-color: #3A7F6D; }
span { border-color: rgb(58,127,109); }
td.TdClassName
{
border-color: #3A7F6D;
}
.TagClassName
{
border-color: #3A7F6D;
}
</style>