Shades of Viridian Green #4F625C
Tints of Viridian Green #4F625C
RGB
CMYK
RGB Variations
Color information
#4F625C (or 0x4F625C) is known color: Viridian Green. HEX triplet: 4F, 62 and 5C. RGB value is (79,98,92). Sum of RGB (Red+Green+Blue) = 79+98+92=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 98 - color contains mainly: green. Hex color #4F625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F625C is #B09DA3. Grayscale: #5B5B5B. Windows color (decimal): -11574692 or 6054479. OLE color: 6054479.
HSL color Cylindrical-coordinate representation of color #4F625C: hue angle of 161.05º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F625C is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 98 | 92 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.62 |
| HSL | 161.05º | 0.11% | 0.35% | - |
| HSV(B) | 161.05º | 0.19% | 0.38% | - |
| XYZ | 9.52 | 11.17 | 11.78 | - |
| YUV | 91.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 98 | 92 | 0.19 | 0 | 0.06 | 0.62 | 161.05 | 0.11 | 0.35 |
| Hex | 4F | 62 | 5C | 13 | 0 | 6 | 3E | A1 | B | 23 |
| Octal | 117 | 142 | 134 | 23 | 0 | 6 | 76 | 241 | 13 | 43 |
| Binary | 1001111 | 1100010 | 1011100 | 10011 | 0 | 110 | 111110 | 10100001 | 1011 | 100011 |
Color Harmonies of #4F625C
Complementary color
Monochromatic Colors of #4F625C
Black with #4F625C
Text Example
Text Example
White with #4F625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F625C; }
p { color: rgb(79,98,92); }
H1.HeaderClassName
{
color: #4F625C;
}
.AnyTagClassName
{
color: #4F625C;
}
</style>
background-color css
<style>
a { background-color: #4F625C; }
a { background-color: rgb(79,98,92); }
div.DivClassName
{
background-color: #4F625C;
}
.BgClassName
{
background-color: #4F625C;
}
</style>
border-color css
<style>
span { border-color: #4F625C; }
span { border-color: rgb(79,98,92); }
td.TdClassName
{
border-color: #4F625C;
}
.TagClassName
{
border-color: #4F625C;
}
</style>