Shades of Viridian #4A7C67
Tints of Viridian #4A7C67
RGB
CMYK
RGB Variations
Color information
#4A7C67 (or 0x4A7C67) is known color: Viridian. HEX triplet: 4A, 7C and 67. RGB value is (74,124,103). Sum of RGB (Red+Green+Blue) = 74+124+103=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 124 - color contains mainly: green. Hex color #4A7C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7C67 is #B58398. Grayscale: #6A6A6A. Windows color (decimal): -11895705 or 6782026. OLE color: 6782026.
HSL color Cylindrical-coordinate representation of color #4A7C67: hue angle of 154.8º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A7C67 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 124 | 103 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.51 |
| HSL | 154.8º | 0.25% | 0.39% | - |
| HSV(B) | 154.8º | 0.4% | 0.49% | - |
| XYZ | 12.48 | 16.85 | 15.43 | - |
| YUV | 106.66 | 125.94 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 124 | 103 | 0.40 | 0 | 0.17 | 0.51 | 154.8 | 0.25 | 0.39 |
| Hex | 4A | 7C | 67 | 28 | 0 | 11 | 33 | 9B | 19 | 27 |
| Octal | 112 | 174 | 147 | 50 | 0 | 21 | 63 | 233 | 31 | 47 |
| Binary | 1001010 | 1111100 | 1100111 | 101000 | 0 | 10001 | 110011 | 10011011 | 11001 | 100111 |
Color Harmonies of #4A7C67
Complementary color
Monochromatic Colors of #4A7C67
Black with #4A7C67
Text Example
Text Example
White with #4A7C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7C67; }
p { color: rgb(74,124,103); }
H1.HeaderClassName
{
color: #4A7C67;
}
.AnyTagClassName
{
color: #4A7C67;
}
</style>
background-color css
<style>
a { background-color: #4A7C67; }
a { background-color: rgb(74,124,103); }
div.DivClassName
{
background-color: #4A7C67;
}
.BgClassName
{
background-color: #4A7C67;
}
</style>
border-color css
<style>
span { border-color: #4A7C67; }
span { border-color: rgb(74,124,103); }
td.TdClassName
{
border-color: #4A7C67;
}
.TagClassName
{
border-color: #4A7C67;
}
</style>