Shades of Viridian #4B8D6B
Tints of Viridian #4B8D6B
RGB
CMYK
RGB Variations
Color information
#4B8D6B (or 0x4B8D6B) is known color: Viridian. HEX triplet: 4B, 8D and 6B. RGB value is (75,141,107). Sum of RGB (Red+Green+Blue) = 75+141+107=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 141 - color contains mainly: green. Hex color #4B8D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8D6B is #B47294. Grayscale: #757575. Windows color (decimal): -11825813 or 7048523. OLE color: 7048523.
HSL color Cylindrical-coordinate representation of color #4B8D6B: hue angle of 149.09º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B8D6B is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 141 | 107 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.45 |
| HSL | 149.09º | 0.31% | 0.42% | - |
| HSV(B) | 149.09º | 0.47% | 0.55% | - |
| XYZ | 15.08 | 21.61 | 17.29 | - |
| YUV | 117.39 | 122.13 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 141 | 107 | 0.47 | 0 | 0.24 | 0.45 | 149.09 | 0.31 | 0.42 |
| Hex | 4B | 8D | 6B | 2F | 0 | 18 | 2D | 95 | 1F | 2A |
| Octal | 113 | 215 | 153 | 57 | 0 | 30 | 55 | 225 | 37 | 52 |
| Binary | 1001011 | 10001101 | 1101011 | 101111 | 0 | 11000 | 101101 | 10010101 | 11111 | 101010 |
Color Harmonies of #4B8D6B
Complementary color
Monochromatic Colors of #4B8D6B
Black with #4B8D6B
Text Example
Text Example
White with #4B8D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8D6B; }
p { color: rgb(75,141,107); }
H1.HeaderClassName
{
color: #4B8D6B;
}
.AnyTagClassName
{
color: #4B8D6B;
}
</style>
background-color css
<style>
a { background-color: #4B8D6B; }
a { background-color: rgb(75,141,107); }
div.DivClassName
{
background-color: #4B8D6B;
}
.BgClassName
{
background-color: #4B8D6B;
}
</style>
border-color css
<style>
span { border-color: #4B8D6B; }
span { border-color: rgb(75,141,107); }
td.TdClassName
{
border-color: #4B8D6B;
}
.TagClassName
{
border-color: #4B8D6B;
}
</style>