Shades of Viridian #4B8B6B
Tints of Viridian #4B8B6B
RGB
CMYK
RGB Variations
Color information
#4B8B6B (or 0x4B8B6B) is known color: Viridian. HEX triplet: 4B, 8B and 6B. RGB value is (75,139,107). Sum of RGB (Red+Green+Blue) = 75+139+107=321 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.36% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 139 - color contains mainly: green. Hex color #4B8B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8B6B is #B47494. Grayscale: #747474. Windows color (decimal): -11826325 or 7048011. OLE color: 7048011.
HSL color Cylindrical-coordinate representation of color #4B8B6B: hue angle of 150º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B8B6B is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 139 | 107 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.45 |
| HSL | 150º | 0.3% | 0.42% | - |
| HSV(B) | 150º | 0.46% | 0.55% | - |
| XYZ | 14.79 | 21.02 | 17.19 | - |
| YUV | 116.22 | 122.8 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 139 | 107 | 0.46 | 0 | 0.23 | 0.45 | 150 | 0.3 | 0.42 |
| Hex | 4B | 8B | 6B | 2E | 0 | 17 | 2D | 96 | 1E | 2A |
| Octal | 113 | 213 | 153 | 56 | 0 | 27 | 55 | 226 | 36 | 52 |
| Binary | 1001011 | 10001011 | 1101011 | 101110 | 0 | 10111 | 101101 | 10010110 | 11110 | 101010 |
Color Harmonies of #4B8B6B
Complementary color
Monochromatic Colors of #4B8B6B
Black with #4B8B6B
Text Example
Text Example
White with #4B8B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8B6B; }
p { color: rgb(75,139,107); }
H1.HeaderClassName
{
color: #4B8B6B;
}
.AnyTagClassName
{
color: #4B8B6B;
}
</style>
background-color css
<style>
a { background-color: #4B8B6B; }
a { background-color: rgb(75,139,107); }
div.DivClassName
{
background-color: #4B8B6B;
}
.BgClassName
{
background-color: #4B8B6B;
}
</style>
border-color css
<style>
span { border-color: #4B8B6B; }
span { border-color: rgb(75,139,107); }
td.TdClassName
{
border-color: #4B8B6B;
}
.TagClassName
{
border-color: #4B8B6B;
}
</style>