Shades of Viridian Green #4D635B
Tints of Viridian Green #4D635B
RGB
CMYK
RGB Variations
Color information
#4D635B (or 0x4D635B) is known color: Viridian Green. HEX triplet: 4D, 63 and 5B. RGB value is (77,99,91). Sum of RGB (Red+Green+Blue) = 77+99+91=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 99 - color contains mainly: green. Hex color #4D635B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D635B is #B29CA4. Grayscale: #5B5B5B. Windows color (decimal): -11705509 or 5989197. OLE color: 5989197.
HSL color Cylindrical-coordinate representation of color #4D635B: hue angle of 158.18º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D635B is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 99 | 91 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.61 |
| HSL | 158.18º | 0.13% | 0.35% | - |
| HSV(B) | 158.18º | 0.22% | 0.39% | - |
| XYZ | 9.41 | 11.26 | 11.57 | - |
| YUV | 91.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 91 | 0.22 | 0 | 0.08 | 0.61 | 158.18 | 0.13 | 0.35 |
| Hex | 4D | 63 | 5B | 16 | 0 | 8 | 3D | 9E | C | 23 |
| Octal | 115 | 143 | 133 | 26 | 0 | 10 | 75 | 236 | 14 | 43 |
| Binary | 1001101 | 1100011 | 1011011 | 10110 | 0 | 1000 | 111101 | 10011110 | 1100 | 100011 |
Color Harmonies of #4D635B
Complementary color
Monochromatic Colors of #4D635B
Black with #4D635B
Text Example
Text Example
White with #4D635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D635B; }
p { color: rgb(77,99,91); }
H1.HeaderClassName
{
color: #4D635B;
}
.AnyTagClassName
{
color: #4D635B;
}
</style>
background-color css
<style>
a { background-color: #4D635B; }
a { background-color: rgb(77,99,91); }
div.DivClassName
{
background-color: #4D635B;
}
.BgClassName
{
background-color: #4D635B;
}
</style>
border-color css
<style>
span { border-color: #4D635B; }
span { border-color: rgb(77,99,91); }
td.TdClassName
{
border-color: #4D635B;
}
.TagClassName
{
border-color: #4D635B;
}
</style>