Shades of Viridian #4B8768
Tints of Viridian #4B8768
RGB
CMYK
RGB Variations
Color information
#4B8768 (or 0x4B8768) is known color: Viridian. HEX triplet: 4B, 87 and 68. RGB value is (75,135,104). Sum of RGB (Red+Green+Blue) = 75+135+104=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #4B8768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8768 is #B47897. Grayscale: #717171. Windows color (decimal): -11827352 or 6850379. OLE color: 6850379.
HSL color Cylindrical-coordinate representation of color #4B8768: hue angle of 149º degrees, saturation: 0.29, 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 #4B8768 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 135 | 104 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.47 |
| HSL | 149º | 0.29% | 0.41% | - |
| HSV(B) | 149º | 0.44% | 0.53% | - |
| XYZ | 14.06 | 19.82 | 16.18 | - |
| YUV | 113.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 135 | 104 | 0.44 | 0 | 0.23 | 0.47 | 149 | 0.29 | 0.41 |
| Hex | 4B | 87 | 68 | 2C | 0 | 17 | 2F | 95 | 1D | 29 |
| Octal | 113 | 207 | 150 | 54 | 0 | 27 | 57 | 225 | 35 | 51 |
| Binary | 1001011 | 10000111 | 1101000 | 101100 | 0 | 10111 | 101111 | 10010101 | 11101 | 101001 |
Color Harmonies of #4B8768
Complementary color
Monochromatic Colors of #4B8768
Black with #4B8768
Text Example
Text Example
White with #4B8768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8768; }
p { color: rgb(75,135,104); }
H1.HeaderClassName
{
color: #4B8768;
}
.AnyTagClassName
{
color: #4B8768;
}
</style>
background-color css
<style>
a { background-color: #4B8768; }
a { background-color: rgb(75,135,104); }
div.DivClassName
{
background-color: #4B8768;
}
.BgClassName
{
background-color: #4B8768;
}
</style>
border-color css
<style>
span { border-color: #4B8768; }
span { border-color: rgb(75,135,104); }
td.TdClassName
{
border-color: #4B8768;
}
.TagClassName
{
border-color: #4B8768;
}
</style>