Shades of Viridian Green #4F675C
Tints of Viridian Green #4F675C
RGB
CMYK
RGB Variations
Color information
#4F675C (or 0x4F675C) is known color: Viridian Green. HEX triplet: 4F, 67 and 5C. RGB value is (79,103,92). Sum of RGB (Red+Green+Blue) = 79+103+92=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 103 - color contains mainly: green. Hex color #4F675C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F675C is #B098A3. Grayscale: #5E5E5E. Windows color (decimal): -11573412 or 6055759. OLE color: 6055759.
HSL color Cylindrical-coordinate representation of color #4F675C: hue angle of 152.5º 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 #4F675C is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 103 | 92 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.60 |
| HSL | 152.5º | 0.13% | 0.36% | - |
| HSV(B) | 152.5º | 0.23% | 0.4% | - |
| XYZ | 10.01 | 12.14 | 11.94 | - |
| YUV | 94.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 103 | 92 | 0.23 | 0 | 0.11 | 0.60 | 152.5 | 0.13 | 0.36 |
| Hex | 4F | 67 | 5C | 17 | 0 | B | 3C | 98 | D | 24 |
| Octal | 117 | 147 | 134 | 27 | 0 | 13 | 74 | 230 | 15 | 44 |
| Binary | 1001111 | 1100111 | 1011100 | 10111 | 0 | 1011 | 111100 | 10011000 | 1101 | 100100 |
Color Harmonies of #4F675C
Complementary color
Monochromatic Colors of #4F675C
Black with #4F675C
Text Example
Text Example
White with #4F675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F675C; }
p { color: rgb(79,103,92); }
H1.HeaderClassName
{
color: #4F675C;
}
.AnyTagClassName
{
color: #4F675C;
}
</style>
background-color css
<style>
a { background-color: #4F675C; }
a { background-color: rgb(79,103,92); }
div.DivClassName
{
background-color: #4F675C;
}
.BgClassName
{
background-color: #4F675C;
}
</style>
border-color css
<style>
span { border-color: #4F675C; }
span { border-color: rgb(79,103,92); }
td.TdClassName
{
border-color: #4F675C;
}
.TagClassName
{
border-color: #4F675C;
}
</style>