Shades of Viridian Green #4F675F
Tints of Viridian Green #4F675F
RGB
CMYK
RGB Variations
Color information
#4F675F (or 0x4F675F) is known color: Viridian Green. HEX triplet: 4F, 67 and 5F. RGB value is (79,103,95). Sum of RGB (Red+Green+Blue) = 79+103+95=277 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.52% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 103 - color contains mainly: green. Hex color #4F675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F675F is #B098A0. Grayscale: #5E5E5E. Windows color (decimal): -11573409 or 6252367. OLE color: 6252367.
HSL color Cylindrical-coordinate representation of color #4F675F: hue angle of 160º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F675F is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 103 | 95 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.60 |
| HSL | 160º | 0.13% | 0.36% | - |
| HSV(B) | 160º | 0.23% | 0.4% | - |
| XYZ | 10.14 | 12.19 | 12.64 | - |
| YUV | 94.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 103 | 95 | 0.23 | 0 | 0.08 | 0.60 | 160 | 0.13 | 0.36 |
| Hex | 4F | 67 | 5F | 17 | 0 | 8 | 3C | A0 | D | 24 |
| Octal | 117 | 147 | 137 | 27 | 0 | 10 | 74 | 240 | 15 | 44 |
| Binary | 1001111 | 1100111 | 1011111 | 10111 | 0 | 1000 | 111100 | 10100000 | 1101 | 100100 |
Color Harmonies of #4F675F
Complementary color
Monochromatic Colors of #4F675F
Black with #4F675F
Text Example
Text Example
White with #4F675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F675F; }
p { color: rgb(79,103,95); }
H1.HeaderClassName
{
color: #4F675F;
}
.AnyTagClassName
{
color: #4F675F;
}
</style>
background-color css
<style>
a { background-color: #4F675F; }
a { background-color: rgb(79,103,95); }
div.DivClassName
{
background-color: #4F675F;
}
.BgClassName
{
background-color: #4F675F;
}
</style>
border-color css
<style>
span { border-color: #4F675F; }
span { border-color: rgb(79,103,95); }
td.TdClassName
{
border-color: #4F675F;
}
.TagClassName
{
border-color: #4F675F;
}
</style>