Shades of Viridian #3A7C6A
Tints of Viridian #3A7C6A
RGB
CMYK
RGB Variations
Color information
#3A7C6A (or 0x3A7C6A) is known color: Viridian. HEX triplet: 3A, 7C and 6A. RGB value is (58,124,106). Sum of RGB (Red+Green+Blue) = 58+124+106=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7C6A is #C58395. Grayscale: #666666. Windows color (decimal): -12944278 or 6978618. OLE color: 6978618.
HSL color Cylindrical-coordinate representation of color #3A7C6A: hue angle of 163.64º 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 #3A7C6A is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 124 | 106 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.51 |
| HSL | 163.64º | 0.36% | 0.36% | - |
| HSV(B) | 163.64º | 0.53% | 0.49% | - |
| XYZ | 11.55 | 16.36 | 16.18 | - |
| YUV | 102.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 124 | 106 | 0.53 | 0 | 0.15 | 0.51 | 163.64 | 0.36 | 0.36 |
| Hex | 3A | 7C | 6A | 35 | 0 | F | 33 | A4 | 24 | 24 |
| Octal | 72 | 174 | 152 | 65 | 0 | 17 | 63 | 244 | 44 | 44 |
| Binary | 111010 | 1111100 | 1101010 | 110101 | 0 | 1111 | 110011 | 10100100 | 100100 | 100100 |
Color Harmonies of #3A7C6A
Complementary color
Monochromatic Colors of #3A7C6A
Black with #3A7C6A
Text Example
Text Example
White with #3A7C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7C6A; }
p { color: rgb(58,124,106); }
H1.HeaderClassName
{
color: #3A7C6A;
}
.AnyTagClassName
{
color: #3A7C6A;
}
</style>
background-color css
<style>
a { background-color: #3A7C6A; }
a { background-color: rgb(58,124,106); }
div.DivClassName
{
background-color: #3A7C6A;
}
.BgClassName
{
background-color: #3A7C6A;
}
</style>
border-color css
<style>
span { border-color: #3A7C6A; }
span { border-color: rgb(58,124,106); }
td.TdClassName
{
border-color: #3A7C6A;
}
.TagClassName
{
border-color: #3A7C6A;
}
</style>