Shades of Viridian Green #4D635C
Tints of Viridian Green #4D635C
RGB
CMYK
RGB Variations
Color information
#4D635C (or 0x4D635C) is known color: Viridian Green. HEX triplet: 4D, 63 and 5C. RGB value is (77,99,92). Sum of RGB (Red+Green+Blue) = 77+99+92=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 99 - color contains mainly: green. Hex color #4D635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D635C is #B29CA3. Grayscale: #5B5B5B. Windows color (decimal): -11705508 or 6054733. OLE color: 6054733.
HSL color Cylindrical-coordinate representation of color #4D635C: hue angle of 160.91º 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 #4D635C is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 99 | 92 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.61 |
| HSL | 160.91º | 0.13% | 0.35% | - |
| HSV(B) | 160.91º | 0.22% | 0.39% | - |
| XYZ | 9.45 | 11.27 | 11.8 | - |
| YUV | 91.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 92 | 0.22 | 0 | 0.07 | 0.61 | 160.91 | 0.13 | 0.35 |
| Hex | 4D | 63 | 5C | 16 | 0 | 7 | 3D | A1 | C | 23 |
| Octal | 115 | 143 | 134 | 26 | 0 | 7 | 75 | 241 | 14 | 43 |
| Binary | 1001101 | 1100011 | 1011100 | 10110 | 0 | 111 | 111101 | 10100001 | 1100 | 100011 |
Color Harmonies of #4D635C
Complementary color
Monochromatic Colors of #4D635C
Black with #4D635C
Text Example
Text Example
White with #4D635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D635C; }
p { color: rgb(77,99,92); }
H1.HeaderClassName
{
color: #4D635C;
}
.AnyTagClassName
{
color: #4D635C;
}
</style>
background-color css
<style>
a { background-color: #4D635C; }
a { background-color: rgb(77,99,92); }
div.DivClassName
{
background-color: #4D635C;
}
.BgClassName
{
background-color: #4D635C;
}
</style>
border-color css
<style>
span { border-color: #4D635C; }
span { border-color: rgb(77,99,92); }
td.TdClassName
{
border-color: #4D635C;
}
.TagClassName
{
border-color: #4D635C;
}
</style>