Shades of Viridian Green #5D6864
Tints of Viridian Green #5D6864
RGB
CMYK
RGB Variations
Color information
#5D6864 (or 0x5D6864) is known color: Viridian Green. HEX triplet: 5D, 68 and 64. RGB value is (93,104,100). Sum of RGB (Red+Green+Blue) = 93+104+100=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 104 - color contains mainly: green. Hex color #5D6864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6864 is #A2979B. Grayscale: #646464. Windows color (decimal): -10655644 or 6580317. OLE color: 6580317.
HSL color Cylindrical-coordinate representation of color #5D6864: hue angle of 158.18º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5D6864 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
RGB | 93 | 104 | 100 | - |
CMYK | 0.11 | 0 | 0.04 | 0.59 |
HSL | 158.18º | 0.06% | 0.39% | - |
HSV(B) | 158.18º | 0.11% | 0.41% | - |
XYZ | 11.76 | 13.15 | 13.97 | - |
YUV | 100.26 | 127.86 | 122.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 104 | 100 | 0.11 | 0 | 0.04 | 0.59 | 158.18 | 0.06 | 0.39 |
Hex | 5D | 68 | 64 | B | 0 | 4 | 3B | 9E | 6 | 27 |
Octal | 135 | 150 | 144 | 13 | 0 | 4 | 73 | 236 | 6 | 47 |
Binary | 1011101 | 1101000 | 1100100 | 1011 | 0 | 100 | 111011 | 10011110 | 110 | 100111 |
Color Harmonies of #5D6864
Complementary color
Monochromatic Colors of #5D6864
Black with #5D6864
Text Example
Text Example
White with #5D6864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6864; }
p { color: rgb(93,104,100); }
H1.HeaderClassName
{
color: #5D6864;
}
.AnyTagClassName
{
color: #5D6864;
}
</style>
background-color css
<style>
a { background-color: #5D6864; }
a { background-color: rgb(93,104,100); }
div.DivClassName
{
background-color: #5D6864;
}
.BgClassName
{
background-color: #5D6864;
}
</style>
border-color css
<style>
span { border-color: #5D6864; }
span { border-color: rgb(93,104,100); }
td.TdClassName
{
border-color: #5D6864;
}
.TagClassName
{
border-color: #5D6864;
}
</style>