Shades of Viridian #4B906F
Tints of Viridian #4B906F
RGB
CMYK
RGB Variations
Color information
#4B906F (or 0x4B906F) is known color: Viridian. HEX triplet: 4B, 90 and 6F. RGB value is (75,144,111). Sum of RGB (Red+Green+Blue) = 75+144+111=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #4B906F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B906F is #B46F90. Grayscale: #777777. Windows color (decimal): -11825041 or 7311435. OLE color: 7311435.
HSL color Cylindrical-coordinate representation of color #4B906F: hue angle of 151.3º 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 #4B906F is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 144 | 111 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.44 |
| HSL | 151.3º | 0.32% | 0.43% | - |
| HSV(B) | 151.3º | 0.48% | 0.56% | - |
| XYZ | 15.74 | 22.59 | 18.57 | - |
| YUV | 119.61 | 123.14 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 144 | 111 | 0.48 | 0 | 0.23 | 0.44 | 151.3 | 0.32 | 0.43 |
| Hex | 4B | 90 | 6F | 30 | 0 | 17 | 2C | 97 | 20 | 2B |
| Octal | 113 | 220 | 157 | 60 | 0 | 27 | 54 | 227 | 40 | 53 |
| Binary | 1001011 | 10010000 | 1101111 | 110000 | 0 | 10111 | 101100 | 10010111 | 100000 | 101011 |
Color Harmonies of #4B906F
Complementary color
Monochromatic Colors of #4B906F
Black with #4B906F
Text Example
Text Example
White with #4B906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B906F; }
p { color: rgb(75,144,111); }
H1.HeaderClassName
{
color: #4B906F;
}
.AnyTagClassName
{
color: #4B906F;
}
</style>
background-color css
<style>
a { background-color: #4B906F; }
a { background-color: rgb(75,144,111); }
div.DivClassName
{
background-color: #4B906F;
}
.BgClassName
{
background-color: #4B906F;
}
</style>
border-color css
<style>
span { border-color: #4B906F; }
span { border-color: rgb(75,144,111); }
td.TdClassName
{
border-color: #4B906F;
}
.TagClassName
{
border-color: #4B906F;
}
</style>