Shades of Viridian #4B9375
Tints of Viridian #4B9375
RGB
CMYK
RGB Variations
Color information
#4B9375 (or 0x4B9375) is known color: Viridian. HEX triplet: 4B, 93 and 75. RGB value is (75,147,117). Sum of RGB (Red+Green+Blue) = 75+147+117=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #4B9375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9375 is #B46C8A. Grayscale: #7A7A7A. Windows color (decimal): -11824267 or 7705419. OLE color: 7705419.
HSL color Cylindrical-coordinate representation of color #4B9375: hue angle of 155º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B9375 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 147 | 117 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.42 |
| HSL | 155º | 0.32% | 0.44% | - |
| HSV(B) | 155º | 0.49% | 0.58% | - |
| XYZ | 16.55 | 23.65 | 20.52 | - |
| YUV | 122.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 147 | 117 | 0.49 | 0 | 0.20 | 0.42 | 155 | 0.32 | 0.44 |
| Hex | 4B | 93 | 75 | 31 | 0 | 14 | 2A | 9B | 20 | 2C |
| Octal | 113 | 223 | 165 | 61 | 0 | 24 | 52 | 233 | 40 | 54 |
| Binary | 1001011 | 10010011 | 1110101 | 110001 | 0 | 10100 | 101010 | 10011011 | 100000 | 101100 |
Color Harmonies of #4B9375
Complementary color
Monochromatic Colors of #4B9375
Black with #4B9375
Text Example
Text Example
White with #4B9375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9375; }
p { color: rgb(75,147,117); }
H1.HeaderClassName
{
color: #4B9375;
}
.AnyTagClassName
{
color: #4B9375;
}
</style>
background-color css
<style>
a { background-color: #4B9375; }
a { background-color: rgb(75,147,117); }
div.DivClassName
{
background-color: #4B9375;
}
.BgClassName
{
background-color: #4B9375;
}
</style>
border-color css
<style>
span { border-color: #4B9375; }
span { border-color: rgb(75,147,117); }
td.TdClassName
{
border-color: #4B9375;
}
.TagClassName
{
border-color: #4B9375;
}
</style>