Shades of Viridian Green #5B6964
Tints of Viridian Green #5B6964
RGB
CMYK
RGB Variations
Color information
#5B6964 (or 0x5B6964) is known color: Viridian Green. HEX triplet: 5B, 69 and 64. RGB value is (91,105,100). Sum of RGB (Red+Green+Blue) = 91+105+100=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 105 - color contains mainly: green. Hex color #5B6964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6964 is #A4969B. Grayscale: #646464. Windows color (decimal): -10786460 or 6580571. OLE color: 6580571.
HSL color Cylindrical-coordinate representation of color #5B6964: hue angle of 158.57º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5B6964 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 105 | 100 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.59 |
| HSL | 158.57º | 0.07% | 0.38% | - |
| HSV(B) | 158.57º | 0.13% | 0.41% | - |
| XYZ | 11.67 | 13.25 | 14 | - |
| YUV | 100.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 105 | 100 | 0.13 | 0 | 0.05 | 0.59 | 158.57 | 0.07 | 0.38 |
| Hex | 5B | 69 | 64 | D | 0 | 5 | 3B | 9F | 7 | 26 |
| Octal | 133 | 151 | 144 | 15 | 0 | 5 | 73 | 237 | 7 | 46 |
| Binary | 1011011 | 1101001 | 1100100 | 1101 | 0 | 101 | 111011 | 10011111 | 111 | 100110 |
Color Harmonies of #5B6964
Complementary color
Monochromatic Colors of #5B6964
Black with #5B6964
Text Example
Text Example
White with #5B6964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6964; }
p { color: rgb(91,105,100); }
H1.HeaderClassName
{
color: #5B6964;
}
.AnyTagClassName
{
color: #5B6964;
}
</style>
background-color css
<style>
a { background-color: #5B6964; }
a { background-color: rgb(91,105,100); }
div.DivClassName
{
background-color: #5B6964;
}
.BgClassName
{
background-color: #5B6964;
}
</style>
border-color css
<style>
span { border-color: #5B6964; }
span { border-color: rgb(91,105,100); }
td.TdClassName
{
border-color: #5B6964;
}
.TagClassName
{
border-color: #5B6964;
}
</style>