Shades of Viridian Green #4E675C
Tints of Viridian Green #4E675C
RGB
CMYK
RGB Variations
Color information
#4E675C (or 0x4E675C) is known color: Viridian Green. HEX triplet: 4E, 67 and 5C. RGB value is (78,103,92). Sum of RGB (Red+Green+Blue) = 78+103+92=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 103 - color contains mainly: green. Hex color #4E675C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E675C is #B198A3. Grayscale: #5E5E5E. Windows color (decimal): -11638948 or 6055758. OLE color: 6055758.
HSL color Cylindrical-coordinate representation of color #4E675C: hue angle of 153.6º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4E675C is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 103 | 92 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.60 |
| HSL | 153.6º | 0.14% | 0.35% | - |
| HSV(B) | 153.6º | 0.24% | 0.4% | - |
| XYZ | 9.92 | 12.09 | 11.94 | - |
| YUV | 94.27 | 126.72 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 103 | 92 | 0.24 | 0 | 0.11 | 0.60 | 153.6 | 0.14 | 0.35 |
| Hex | 4E | 67 | 5C | 18 | 0 | B | 3C | 9A | E | 23 |
| Octal | 116 | 147 | 134 | 30 | 0 | 13 | 74 | 232 | 16 | 43 |
| Binary | 1001110 | 1100111 | 1011100 | 11000 | 0 | 1011 | 111100 | 10011010 | 1110 | 100011 |
Color Harmonies of #4E675C
Complementary color
Monochromatic Colors of #4E675C
Black with #4E675C
Text Example
Text Example
White with #4E675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E675C; }
p { color: rgb(78,103,92); }
H1.HeaderClassName
{
color: #4E675C;
}
.AnyTagClassName
{
color: #4E675C;
}
</style>
background-color css
<style>
a { background-color: #4E675C; }
a { background-color: rgb(78,103,92); }
div.DivClassName
{
background-color: #4E675C;
}
.BgClassName
{
background-color: #4E675C;
}
</style>
border-color css
<style>
span { border-color: #4E675C; }
span { border-color: rgb(78,103,92); }
td.TdClassName
{
border-color: #4E675C;
}
.TagClassName
{
border-color: #4E675C;
}
</style>