Shades of Viridian #4B8468
Tints of Viridian #4B8468
RGB
CMYK
RGB Variations
Color information
#4B8468 (or 0x4B8468) is known color: Viridian. HEX triplet: 4B, 84 and 68. RGB value is (75,132,104). Sum of RGB (Red+Green+Blue) = 75+132+104=311 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.12% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #4B8468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8468 is #B47B97. Grayscale: #6F6F6F. Windows color (decimal): -11828120 or 6849611. OLE color: 6849611.
HSL color Cylindrical-coordinate representation of color #4B8468: hue angle of 150.53º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B8468 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 75 | 132 | 104 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.48 |
| HSL | 150.53º | 0.28% | 0.41% | - |
| HSV(B) | 150.53º | 0.43% | 0.52% | - |
| XYZ | 13.65 | 19 | 16.04 | - |
| YUV | 111.77 | 123.62 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 132 | 104 | 0.43 | 0 | 0.21 | 0.48 | 150.53 | 0.28 | 0.41 |
| Hex | 4B | 84 | 68 | 2B | 0 | 15 | 30 | 97 | 1C | 29 |
| Octal | 113 | 204 | 150 | 53 | 0 | 25 | 60 | 227 | 34 | 51 |
| Binary | 1001011 | 10000100 | 1101000 | 101011 | 0 | 10101 | 110000 | 10010111 | 11100 | 101001 |
Color Harmonies of #4B8468
Complementary color
Monochromatic Colors of #4B8468
Black with #4B8468
Text Example
Text Example
White with #4B8468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8468; }
p { color: rgb(75,132,104); }
H1.HeaderClassName
{
color: #4B8468;
}
.AnyTagClassName
{
color: #4B8468;
}
</style>
background-color css
<style>
a { background-color: #4B8468; }
a { background-color: rgb(75,132,104); }
div.DivClassName
{
background-color: #4B8468;
}
.BgClassName
{
background-color: #4B8468;
}
</style>
border-color css
<style>
span { border-color: #4B8468; }
span { border-color: rgb(75,132,104); }
td.TdClassName
{
border-color: #4B8468;
}
.TagClassName
{
border-color: #4B8468;
}
</style>