Shades of Viridian #4B906B
Tints of Viridian #4B906B
RGB
CMYK
RGB Variations
Color information
#4B906B (or 0x4B906B) is known color: Viridian. HEX triplet: 4B, 90 and 6B. RGB value is (75,144,107). Sum of RGB (Red+Green+Blue) = 75+144+107=326 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.01% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #4B906B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B906B is #B46F94. Grayscale: #777777. Windows color (decimal): -11825045 or 7049291. OLE color: 7049291.
HSL color Cylindrical-coordinate representation of color #4B906B: hue angle of 147.83º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B906B is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 144 | 107 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.44 |
| HSL | 147.83º | 0.32% | 0.43% | - |
| HSV(B) | 147.83º | 0.48% | 0.56% | - |
| XYZ | 15.53 | 22.5 | 17.44 | - |
| YUV | 119.15 | 121.14 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 144 | 107 | 0.48 | 0 | 0.26 | 0.44 | 147.83 | 0.32 | 0.43 |
| Hex | 4B | 90 | 6B | 30 | 0 | 1A | 2C | 94 | 20 | 2B |
| Octal | 113 | 220 | 153 | 60 | 0 | 32 | 54 | 224 | 40 | 53 |
| Binary | 1001011 | 10010000 | 1101011 | 110000 | 0 | 11010 | 101100 | 10010100 | 100000 | 101011 |
Color Harmonies of #4B906B
Complementary color
Monochromatic Colors of #4B906B
Black with #4B906B
Text Example
Text Example
White with #4B906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B906B; }
p { color: rgb(75,144,107); }
H1.HeaderClassName
{
color: #4B906B;
}
.AnyTagClassName
{
color: #4B906B;
}
</style>
background-color css
<style>
a { background-color: #4B906B; }
a { background-color: rgb(75,144,107); }
div.DivClassName
{
background-color: #4B906B;
}
.BgClassName
{
background-color: #4B906B;
}
</style>
border-color css
<style>
span { border-color: #4B906B; }
span { border-color: rgb(75,144,107); }
td.TdClassName
{
border-color: #4B906B;
}
.TagClassName
{
border-color: #4B906B;
}
</style>