Shades of Viridian Green #4C6357
Tints of Viridian Green #4C6357
RGB
CMYK
RGB Variations
Color information
#4C6357 (or 0x4C6357) is known color: Viridian Green. HEX triplet: 4C, 63 and 57. RGB value is (76,99,87). Sum of RGB (Red+Green+Blue) = 76+99+87=262 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.01% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 99 - color contains mainly: green. Hex color #4C6357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6357 is #B39CA8. Grayscale: #5A5A5A. Windows color (decimal): -11771049 or 5727052. OLE color: 5727052.
HSL color Cylindrical-coordinate representation of color #4C6357: hue angle of 148.7º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C6357 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 99 | 87 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.61 |
| HSL | 148.7º | 0.13% | 0.34% | - |
| HSV(B) | 148.7º | 0.23% | 0.39% | - |
| XYZ | 9.16 | 11.15 | 10.69 | - |
| YUV | 90.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 99 | 87 | 0.23 | 0 | 0.12 | 0.61 | 148.7 | 0.13 | 0.34 |
| Hex | 4C | 63 | 57 | 17 | 0 | C | 3D | 95 | D | 22 |
| Octal | 114 | 143 | 127 | 27 | 0 | 14 | 75 | 225 | 15 | 42 |
| Binary | 1001100 | 1100011 | 1010111 | 10111 | 0 | 1100 | 111101 | 10010101 | 1101 | 100010 |
Color Harmonies of #4C6357
Complementary color
Monochromatic Colors of #4C6357
Black with #4C6357
Text Example
Text Example
White with #4C6357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6357; }
p { color: rgb(76,99,87); }
H1.HeaderClassName
{
color: #4C6357;
}
.AnyTagClassName
{
color: #4C6357;
}
</style>
background-color css
<style>
a { background-color: #4C6357; }
a { background-color: rgb(76,99,87); }
div.DivClassName
{
background-color: #4C6357;
}
.BgClassName
{
background-color: #4C6357;
}
</style>
border-color css
<style>
span { border-color: #4C6357; }
span { border-color: rgb(76,99,87); }
td.TdClassName
{
border-color: #4C6357;
}
.TagClassName
{
border-color: #4C6357;
}
</style>