Shades of Viridian Green #506359
Tints of Viridian Green #506359
RGB
CMYK
RGB Variations
Color information
#506359 (or 0x506359) is known color: Viridian Green. HEX triplet: 50, 63 and 59. RGB value is (80,99,89). Sum of RGB (Red+Green+Blue) = 80+99+89=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 99 - color contains mainly: green. Hex color #506359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506359 is #AF9CA6. Grayscale: #5C5C5C. Windows color (decimal): -11508903 or 5858128. OLE color: 5858128.
HSL color Cylindrical-coordinate representation of color #506359: hue angle of 148.42º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #506359 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 99 | 89 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.61 |
| HSL | 148.42º | 0.11% | 0.35% | - |
| HSV(B) | 148.42º | 0.19% | 0.39% | - |
| XYZ | 9.57 | 11.35 | 11.14 | - |
| YUV | 92.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 99 | 89 | 0.19 | 0 | 0.10 | 0.61 | 148.42 | 0.11 | 0.35 |
| Hex | 50 | 63 | 59 | 13 | 0 | A | 3D | 94 | B | 23 |
| Octal | 120 | 143 | 131 | 23 | 0 | 12 | 75 | 224 | 13 | 43 |
| Binary | 1010000 | 1100011 | 1011001 | 10011 | 0 | 1010 | 111101 | 10010100 | 1011 | 100011 |
Color Harmonies of #506359
Complementary color
Monochromatic Colors of #506359
Black with #506359
Text Example
Text Example
White with #506359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506359; }
p { color: rgb(80,99,89); }
H1.HeaderClassName
{
color: #506359;
}
.AnyTagClassName
{
color: #506359;
}
</style>
background-color css
<style>
a { background-color: #506359; }
a { background-color: rgb(80,99,89); }
div.DivClassName
{
background-color: #506359;
}
.BgClassName
{
background-color: #506359;
}
</style>
border-color css
<style>
span { border-color: #506359; }
span { border-color: rgb(80,99,89); }
td.TdClassName
{
border-color: #506359;
}
.TagClassName
{
border-color: #506359;
}
</style>