Shades of Viridian #4C8B75
Tints of Viridian #4C8B75
RGB
CMYK
RGB Variations
Color information
#4C8B75 (or 0x4C8B75) is known color: Viridian. HEX triplet: 4C, 8B and 75. RGB value is (76,139,117). Sum of RGB (Red+Green+Blue) = 76+139+117=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 139 - color contains mainly: green. Hex color #4C8B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8B75 is #B3748A. Grayscale: #757575. Windows color (decimal): -11760779 or 7703372. OLE color: 7703372.
HSL color Cylindrical-coordinate representation of color #4C8B75: hue angle of 159.05º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C8B75 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 139 | 117 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.45 |
| HSL | 159.05º | 0.29% | 0.42% | - |
| HSV(B) | 159.05º | 0.45% | 0.55% | - |
| XYZ | 15.42 | 21.29 | 20.13 | - |
| YUV | 117.66 | 127.63 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 139 | 117 | 0.45 | 0 | 0.16 | 0.45 | 159.05 | 0.29 | 0.42 |
| Hex | 4C | 8B | 75 | 2D | 0 | 10 | 2D | 9F | 1D | 2A |
| Octal | 114 | 213 | 165 | 55 | 0 | 20 | 55 | 237 | 35 | 52 |
| Binary | 1001100 | 10001011 | 1110101 | 101101 | 0 | 10000 | 101101 | 10011111 | 11101 | 101010 |
Color Harmonies of #4C8B75
Complementary color
Monochromatic Colors of #4C8B75
Black with #4C8B75
Text Example
Text Example
White with #4C8B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8B75; }
p { color: rgb(76,139,117); }
H1.HeaderClassName
{
color: #4C8B75;
}
.AnyTagClassName
{
color: #4C8B75;
}
</style>
background-color css
<style>
a { background-color: #4C8B75; }
a { background-color: rgb(76,139,117); }
div.DivClassName
{
background-color: #4C8B75;
}
.BgClassName
{
background-color: #4C8B75;
}
</style>
border-color css
<style>
span { border-color: #4C8B75; }
span { border-color: rgb(76,139,117); }
td.TdClassName
{
border-color: #4C8B75;
}
.TagClassName
{
border-color: #4C8B75;
}
</style>