Shades of Viridian Green #4F655B
Tints of Viridian Green #4F655B
RGB
CMYK
RGB Variations
Color information
#4F655B (or 0x4F655B) is known color: Viridian Green. HEX triplet: 4F, 65 and 5B. RGB value is (79,101,91). Sum of RGB (Red+Green+Blue) = 79+101+91=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 101 - color contains mainly: green. Hex color #4F655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F655B is #B09AA4. Grayscale: #5D5D5D. Windows color (decimal): -11573925 or 5989711. OLE color: 5989711.
HSL color Cylindrical-coordinate representation of color #4F655B: hue angle of 152.73º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4F655B is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 101 | 91 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.60 |
| HSL | 152.73º | 0.12% | 0.35% | - |
| HSV(B) | 152.73º | 0.22% | 0.4% | - |
| XYZ | 9.77 | 11.72 | 11.65 | - |
| YUV | 93.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 101 | 91 | 0.22 | 0 | 0.10 | 0.60 | 152.73 | 0.12 | 0.35 |
| Hex | 4F | 65 | 5B | 16 | 0 | A | 3C | 99 | C | 23 |
| Octal | 117 | 145 | 133 | 26 | 0 | 12 | 74 | 231 | 14 | 43 |
| Binary | 1001111 | 1100101 | 1011011 | 10110 | 0 | 1010 | 111100 | 10011001 | 1100 | 100011 |
Color Harmonies of #4F655B
Complementary color
Monochromatic Colors of #4F655B
Black with #4F655B
Text Example
Text Example
White with #4F655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F655B; }
p { color: rgb(79,101,91); }
H1.HeaderClassName
{
color: #4F655B;
}
.AnyTagClassName
{
color: #4F655B;
}
</style>
background-color css
<style>
a { background-color: #4F655B; }
a { background-color: rgb(79,101,91); }
div.DivClassName
{
background-color: #4F655B;
}
.BgClassName
{
background-color: #4F655B;
}
</style>
border-color css
<style>
span { border-color: #4F655B; }
span { border-color: rgb(79,101,91); }
td.TdClassName
{
border-color: #4F655B;
}
.TagClassName
{
border-color: #4F655B;
}
</style>