Shades of Viridian Green #4E635C
Tints of Viridian Green #4E635C
RGB
CMYK
RGB Variations
Color information
#4E635C (or 0x4E635C) is known color: Viridian Green. HEX triplet: 4E, 63 and 5C. RGB value is (78,99,92). Sum of RGB (Red+Green+Blue) = 78+99+92=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 99 - color contains mainly: green. Hex color #4E635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E635C is #B19CA3. Grayscale: #5B5B5B. Windows color (decimal): -11639972 or 6054734. OLE color: 6054734.
HSL color Cylindrical-coordinate representation of color #4E635C: hue angle of 160º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E635C is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 99 | 92 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.61 |
| HSL | 160º | 0.12% | 0.35% | - |
| HSV(B) | 160º | 0.21% | 0.39% | - |
| XYZ | 9.54 | 11.32 | 11.81 | - |
| YUV | 91.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 99 | 92 | 0.21 | 0 | 0.07 | 0.61 | 160 | 0.12 | 0.35 |
| Hex | 4E | 63 | 5C | 15 | 0 | 7 | 3D | A0 | C | 23 |
| Octal | 116 | 143 | 134 | 25 | 0 | 7 | 75 | 240 | 14 | 43 |
| Binary | 1001110 | 1100011 | 1011100 | 10101 | 0 | 111 | 111101 | 10100000 | 1100 | 100011 |
Color Harmonies of #4E635C
Complementary color
Monochromatic Colors of #4E635C
Black with #4E635C
Text Example
Text Example
White with #4E635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E635C; }
p { color: rgb(78,99,92); }
H1.HeaderClassName
{
color: #4E635C;
}
.AnyTagClassName
{
color: #4E635C;
}
</style>
background-color css
<style>
a { background-color: #4E635C; }
a { background-color: rgb(78,99,92); }
div.DivClassName
{
background-color: #4E635C;
}
.BgClassName
{
background-color: #4E635C;
}
</style>
border-color css
<style>
span { border-color: #4E635C; }
span { border-color: rgb(78,99,92); }
td.TdClassName
{
border-color: #4E635C;
}
.TagClassName
{
border-color: #4E635C;
}
</style>