Shades of Viridian #4B896E
Tints of Viridian #4B896E
RGB
CMYK
RGB Variations
Color information
#4B896E (or 0x4B896E) is known color: Viridian. HEX triplet: 4B, 89 and 6E. RGB value is (75,137,110). Sum of RGB (Red+Green+Blue) = 75+137+110=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #4B896E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B896E is #B47691. Grayscale: #737373. Windows color (decimal): -11826834 or 7244107. OLE color: 7244107.
HSL color Cylindrical-coordinate representation of color #4B896E: hue angle of 153.87º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B896E is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 75 | 137 | 110 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.46 |
| HSL | 153.87º | 0.29% | 0.42% | - |
| HSV(B) | 153.87º | 0.45% | 0.54% | - |
| XYZ | 14.66 | 20.51 | 17.94 | - |
| YUV | 115.38 | 124.96 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 137 | 110 | 0.45 | 0 | 0.20 | 0.46 | 153.87 | 0.29 | 0.42 |
| Hex | 4B | 89 | 6E | 2D | 0 | 14 | 2E | 9A | 1D | 2A |
| Octal | 113 | 211 | 156 | 55 | 0 | 24 | 56 | 232 | 35 | 52 |
| Binary | 1001011 | 10001001 | 1101110 | 101101 | 0 | 10100 | 101110 | 10011010 | 11101 | 101010 |
Color Harmonies of #4B896E
Complementary color
Monochromatic Colors of #4B896E
Black with #4B896E
Text Example
Text Example
White with #4B896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B896E; }
p { color: rgb(75,137,110); }
H1.HeaderClassName
{
color: #4B896E;
}
.AnyTagClassName
{
color: #4B896E;
}
</style>
background-color css
<style>
a { background-color: #4B896E; }
a { background-color: rgb(75,137,110); }
div.DivClassName
{
background-color: #4B896E;
}
.BgClassName
{
background-color: #4B896E;
}
</style>
border-color css
<style>
span { border-color: #4B896E; }
span { border-color: rgb(75,137,110); }
td.TdClassName
{
border-color: #4B896E;
}
.TagClassName
{
border-color: #4B896E;
}
</style>