Shades of Viridian #3A7C6C
Tints of Viridian #3A7C6C
RGB
CMYK
RGB Variations
Color information
#3A7C6C (or 0x3A7C6C) is known color: Viridian. HEX triplet: 3A, 7C and 6C. RGB value is (58,124,108). Sum of RGB (Red+Green+Blue) = 58+124+108=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7C6C is #C58393. Grayscale: #666666. Windows color (decimal): -12944276 or 7109690. OLE color: 7109690.
HSL color Cylindrical-coordinate representation of color #3A7C6C: hue angle of 165.45º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A7C6C is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 124 | 108 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.51 |
| HSL | 165.45º | 0.36% | 0.36% | - |
| HSV(B) | 165.45º | 0.53% | 0.49% | - |
| XYZ | 11.66 | 16.4 | 16.74 | - |
| YUV | 102.44 | 131.13 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 124 | 108 | 0.53 | 0 | 0.13 | 0.51 | 165.45 | 0.36 | 0.36 |
| Hex | 3A | 7C | 6C | 35 | 0 | D | 33 | A5 | 24 | 24 |
| Octal | 72 | 174 | 154 | 65 | 0 | 15 | 63 | 245 | 44 | 44 |
| Binary | 111010 | 1111100 | 1101100 | 110101 | 0 | 1101 | 110011 | 10100101 | 100100 | 100100 |
Color Harmonies of #3A7C6C
Complementary color
Monochromatic Colors of #3A7C6C
Black with #3A7C6C
Text Example
Text Example
White with #3A7C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7C6C; }
p { color: rgb(58,124,108); }
H1.HeaderClassName
{
color: #3A7C6C;
}
.AnyTagClassName
{
color: #3A7C6C;
}
</style>
background-color css
<style>
a { background-color: #3A7C6C; }
a { background-color: rgb(58,124,108); }
div.DivClassName
{
background-color: #3A7C6C;
}
.BgClassName
{
background-color: #3A7C6C;
}
</style>
border-color css
<style>
span { border-color: #3A7C6C; }
span { border-color: rgb(58,124,108); }
td.TdClassName
{
border-color: #3A7C6C;
}
.TagClassName
{
border-color: #3A7C6C;
}
</style>