Shades of Viridian Green #4F6A5C
Tints of Viridian Green #4F6A5C
RGB
CMYK
RGB Variations
Color information
#4F6A5C (or 0x4F6A5C) is known color: Viridian Green. HEX triplet: 4F, 6A and 5C. RGB value is (79,106,92). Sum of RGB (Red+Green+Blue) = 79+106+92=277 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.52% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 106 - color contains mainly: green. Hex color #4F6A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6A5C is #B095A3. Grayscale: #606060. Windows color (decimal): -11572644 or 6056527. OLE color: 6056527.
HSL color Cylindrical-coordinate representation of color #4F6A5C: hue angle of 148.89º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F6A5C is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 106 | 92 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.58 |
| HSL | 148.89º | 0.15% | 0.36% | - |
| HSV(B) | 148.89º | 0.25% | 0.42% | - |
| XYZ | 10.31 | 12.74 | 12.04 | - |
| YUV | 96.33 | 125.55 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 106 | 92 | 0.25 | 0 | 0.13 | 0.58 | 148.89 | 0.15 | 0.36 |
| Hex | 4F | 6A | 5C | 19 | 0 | D | 3A | 95 | F | 24 |
| Octal | 117 | 152 | 134 | 31 | 0 | 15 | 72 | 225 | 17 | 44 |
| Binary | 1001111 | 1101010 | 1011100 | 11001 | 0 | 1101 | 111010 | 10010101 | 1111 | 100100 |
Color Harmonies of #4F6A5C
Complementary color
Monochromatic Colors of #4F6A5C
Black with #4F6A5C
Text Example
Text Example
White with #4F6A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6A5C; }
p { color: rgb(79,106,92); }
H1.HeaderClassName
{
color: #4F6A5C;
}
.AnyTagClassName
{
color: #4F6A5C;
}
</style>
background-color css
<style>
a { background-color: #4F6A5C; }
a { background-color: rgb(79,106,92); }
div.DivClassName
{
background-color: #4F6A5C;
}
.BgClassName
{
background-color: #4F6A5C;
}
</style>
border-color css
<style>
span { border-color: #4F6A5C; }
span { border-color: rgb(79,106,92); }
td.TdClassName
{
border-color: #4F6A5C;
}
.TagClassName
{
border-color: #4F6A5C;
}
</style>