Shades of Viridian Green #4B645B
Tints of Viridian Green #4B645B
RGB
CMYK
RGB Variations
Color information
#4B645B (or 0x4B645B) is known color: Viridian Green. HEX triplet: 4B, 64 and 5B. RGB value is (75,100,91). Sum of RGB (Red+Green+Blue) = 75+100+91=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 100 - color contains mainly: green. Hex color #4B645B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B645B is #B49BA4. Grayscale: #5B5B5B. Windows color (decimal): -11836325 or 5989451. OLE color: 5989451.
HSL color Cylindrical-coordinate representation of color #4B645B: hue angle of 158.4º 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 #4B645B is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 100 | 91 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.61 |
| HSL | 158.4º | 0.14% | 0.34% | - |
| HSV(B) | 158.4º | 0.25% | 0.39% | - |
| XYZ | 9.35 | 11.37 | 11.6 | - |
| YUV | 91.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 100 | 91 | 0.25 | 0 | 0.09 | 0.61 | 158.4 | 0.14 | 0.34 |
| Hex | 4B | 64 | 5B | 19 | 0 | 9 | 3D | 9E | E | 22 |
| Octal | 113 | 144 | 133 | 31 | 0 | 11 | 75 | 236 | 16 | 42 |
| Binary | 1001011 | 1100100 | 1011011 | 11001 | 0 | 1001 | 111101 | 10011110 | 1110 | 100010 |
Color Harmonies of #4B645B
Complementary color
Monochromatic Colors of #4B645B
Black with #4B645B
Text Example
Text Example
White with #4B645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B645B; }
p { color: rgb(75,100,91); }
H1.HeaderClassName
{
color: #4B645B;
}
.AnyTagClassName
{
color: #4B645B;
}
</style>
background-color css
<style>
a { background-color: #4B645B; }
a { background-color: rgb(75,100,91); }
div.DivClassName
{
background-color: #4B645B;
}
.BgClassName
{
background-color: #4B645B;
}
</style>
border-color css
<style>
span { border-color: #4B645B; }
span { border-color: rgb(75,100,91); }
td.TdClassName
{
border-color: #4B645B;
}
.TagClassName
{
border-color: #4B645B;
}
</style>