Shades of Viridian Green #4D635A
Tints of Viridian Green #4D635A
RGB
CMYK
RGB Variations
Color information
#4D635A (or 0x4D635A) is known color: Viridian Green. HEX triplet: 4D, 63 and 5A. RGB value is (77,99,90). Sum of RGB (Red+Green+Blue) = 77+99+90=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 99 - color contains mainly: green. Hex color #4D635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D635A is #B29CA5. Grayscale: #5B5B5B. Windows color (decimal): -11705510 or 5923661. OLE color: 5923661.
HSL color Cylindrical-coordinate representation of color #4D635A: hue angle of 155.45º 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 #4D635A is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 99 | 90 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.61 |
| HSL | 155.45º | 0.13% | 0.35% | - |
| HSV(B) | 155.45º | 0.22% | 0.39% | - |
| XYZ | 9.37 | 11.24 | 11.35 | - |
| YUV | 91.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 90 | 0.22 | 0 | 0.09 | 0.61 | 155.45 | 0.13 | 0.35 |
| Hex | 4D | 63 | 5A | 16 | 0 | 9 | 3D | 9B | C | 23 |
| Octal | 115 | 143 | 132 | 26 | 0 | 11 | 75 | 233 | 14 | 43 |
| Binary | 1001101 | 1100011 | 1011010 | 10110 | 0 | 1001 | 111101 | 10011011 | 1100 | 100011 |
Color Harmonies of #4D635A
Complementary color
Monochromatic Colors of #4D635A
Black with #4D635A
Text Example
Text Example
White with #4D635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D635A; }
p { color: rgb(77,99,90); }
H1.HeaderClassName
{
color: #4D635A;
}
.AnyTagClassName
{
color: #4D635A;
}
</style>
background-color css
<style>
a { background-color: #4D635A; }
a { background-color: rgb(77,99,90); }
div.DivClassName
{
background-color: #4D635A;
}
.BgClassName
{
background-color: #4D635A;
}
</style>
border-color css
<style>
span { border-color: #4D635A; }
span { border-color: rgb(77,99,90); }
td.TdClassName
{
border-color: #4D635A;
}
.TagClassName
{
border-color: #4D635A;
}
</style>