Shades of Viridian Green #4B6458
Tints of Viridian Green #4B6458
RGB
CMYK
RGB Variations
Color information
#4B6458 (or 0x4B6458) is known color: Viridian Green. HEX triplet: 4B, 64 and 58. RGB value is (75,100,88). Sum of RGB (Red+Green+Blue) = 75+100+88=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 100 - color contains mainly: green. Hex color #4B6458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6458 is #B49BA7. Grayscale: #5B5B5B. Windows color (decimal): -11836328 or 5792843. OLE color: 5792843.
HSL color Cylindrical-coordinate representation of color #4B6458: hue angle of 151.2º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4B6458 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 100 | 88 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.61 |
| HSL | 151.2º | 0.14% | 0.34% | - |
| HSV(B) | 151.2º | 0.25% | 0.39% | - |
| XYZ | 9.22 | 11.31 | 10.93 | - |
| YUV | 91.16 | 126.22 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 100 | 88 | 0.25 | 0 | 0.12 | 0.61 | 151.2 | 0.14 | 0.34 |
| Hex | 4B | 64 | 58 | 19 | 0 | C | 3D | 97 | E | 22 |
| Octal | 113 | 144 | 130 | 31 | 0 | 14 | 75 | 227 | 16 | 42 |
| Binary | 1001011 | 1100100 | 1011000 | 11001 | 0 | 1100 | 111101 | 10010111 | 1110 | 100010 |
Color Harmonies of #4B6458
Complementary color
Monochromatic Colors of #4B6458
Black with #4B6458
Text Example
Text Example
White with #4B6458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6458; }
p { color: rgb(75,100,88); }
H1.HeaderClassName
{
color: #4B6458;
}
.AnyTagClassName
{
color: #4B6458;
}
</style>
background-color css
<style>
a { background-color: #4B6458; }
a { background-color: rgb(75,100,88); }
div.DivClassName
{
background-color: #4B6458;
}
.BgClassName
{
background-color: #4B6458;
}
</style>
border-color css
<style>
span { border-color: #4B6458; }
span { border-color: rgb(75,100,88); }
td.TdClassName
{
border-color: #4B6458;
}
.TagClassName
{
border-color: #4B6458;
}
</style>