Shades of Viridian #4C8769
Tints of Viridian #4C8769
RGB
CMYK
RGB Variations
Color information
#4C8769 (or 0x4C8769) is known color: Viridian. HEX triplet: 4C, 87 and 69. RGB value is (76,135,105). Sum of RGB (Red+Green+Blue) = 76+135+105=316 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.05% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 135 - color contains mainly: green. Hex color #4C8769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8769 is #B37896. Grayscale: #717171. Windows color (decimal): -11761815 or 6915916. OLE color: 6915916.
HSL color Cylindrical-coordinate representation of color #4C8769: hue angle of 149.49º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C8769 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 135 | 105 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.47 |
| HSL | 149.49º | 0.28% | 0.41% | - |
| HSV(B) | 149.49º | 0.44% | 0.53% | - |
| XYZ | 14.19 | 19.88 | 16.45 | - |
| YUV | 113.94 | 122.95 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 135 | 105 | 0.44 | 0 | 0.22 | 0.47 | 149.49 | 0.28 | 0.41 |
| Hex | 4C | 87 | 69 | 2C | 0 | 16 | 2F | 95 | 1C | 29 |
| Octal | 114 | 207 | 151 | 54 | 0 | 26 | 57 | 225 | 34 | 51 |
| Binary | 1001100 | 10000111 | 1101001 | 101100 | 0 | 10110 | 101111 | 10010101 | 11100 | 101001 |
Color Harmonies of #4C8769
Complementary color
Monochromatic Colors of #4C8769
Black with #4C8769
Text Example
Text Example
White with #4C8769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8769; }
p { color: rgb(76,135,105); }
H1.HeaderClassName
{
color: #4C8769;
}
.AnyTagClassName
{
color: #4C8769;
}
</style>
background-color css
<style>
a { background-color: #4C8769; }
a { background-color: rgb(76,135,105); }
div.DivClassName
{
background-color: #4C8769;
}
.BgClassName
{
background-color: #4C8769;
}
</style>
border-color css
<style>
span { border-color: #4C8769; }
span { border-color: rgb(76,135,105); }
td.TdClassName
{
border-color: #4C8769;
}
.TagClassName
{
border-color: #4C8769;
}
</style>