Shades of Viridian Green #4B625A
Tints of Viridian Green #4B625A
RGB
CMYK
RGB Variations
Color information
#4B625A (or 0x4B625A) is known color: Viridian Green. HEX triplet: 4B, 62 and 5A. RGB value is (75,98,90). Sum of RGB (Red+Green+Blue) = 75+98+90=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 98 - color contains mainly: green. Hex color #4B625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B625A is #B49DA5. Grayscale: #5A5A5A. Windows color (decimal): -11836838 or 5923403. OLE color: 5923403.
HSL color Cylindrical-coordinate representation of color #4B625A: hue angle of 159.13º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B625A is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 98 | 90 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.62 |
| HSL | 159.13º | 0.13% | 0.34% | - |
| HSV(B) | 159.13º | 0.23% | 0.38% | - |
| XYZ | 9.11 | 10.97 | 11.31 | - |
| YUV | 90.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 98 | 90 | 0.23 | 0 | 0.08 | 0.62 | 159.13 | 0.13 | 0.34 |
| Hex | 4B | 62 | 5A | 17 | 0 | 8 | 3E | 9F | D | 22 |
| Octal | 113 | 142 | 132 | 27 | 0 | 10 | 76 | 237 | 15 | 42 |
| Binary | 1001011 | 1100010 | 1011010 | 10111 | 0 | 1000 | 111110 | 10011111 | 1101 | 100010 |
Color Harmonies of #4B625A
Complementary color
Monochromatic Colors of #4B625A
Black with #4B625A
Text Example
Text Example
White with #4B625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B625A; }
p { color: rgb(75,98,90); }
H1.HeaderClassName
{
color: #4B625A;
}
.AnyTagClassName
{
color: #4B625A;
}
</style>
background-color css
<style>
a { background-color: #4B625A; }
a { background-color: rgb(75,98,90); }
div.DivClassName
{
background-color: #4B625A;
}
.BgClassName
{
background-color: #4B625A;
}
</style>
border-color css
<style>
span { border-color: #4B625A; }
span { border-color: rgb(75,98,90); }
td.TdClassName
{
border-color: #4B625A;
}
.TagClassName
{
border-color: #4B625A;
}
</style>