Shades of Viridian Green #5E6562
Tints of Viridian Green #5E6562
RGB
CMYK
RGB Variations
Color information
#5E6562 (or 0x5E6562) is known color: Viridian Green. HEX triplet: 5E, 65 and 62. RGB value is (94,101,98). Sum of RGB (Red+Green+Blue) = 94+101+98=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 101 - color contains mainly: green. Hex color #5E6562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6562 is #A19A9D. Grayscale: #626262. Windows color (decimal): -10590878 or 6448478. OLE color: 6448478.
HSL color Cylindrical-coordinate representation of color #5E6562: hue angle of 154.29º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5E6562 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
RGB | 94 | 101 | 98 | - |
CMYK | 0.07 | 0 | 0.03 | 0.60 |
HSL | 154.29º | 0.04% | 0.38% | - |
HSV(B) | 154.29º | 0.07% | 0.4% | - |
XYZ | 11.47 | 12.57 | 13.38 | - |
YUV | 98.57 | 127.68 | 124.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 101 | 98 | 0.07 | 0 | 0.03 | 0.60 | 154.29 | 0.04 | 0.38 |
Hex | 5E | 65 | 62 | 7 | 0 | 3 | 3C | 9A | 4 | 26 |
Octal | 136 | 145 | 142 | 7 | 0 | 3 | 74 | 232 | 4 | 46 |
Binary | 1011110 | 1100101 | 1100010 | 111 | 0 | 11 | 111100 | 10011010 | 100 | 100110 |
Color Harmonies of #5E6562
Complementary color
Monochromatic Colors of #5E6562
Black with #5E6562
Text Example
Text Example
White with #5E6562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6562; }
p { color: rgb(94,101,98); }
H1.HeaderClassName
{
color: #5E6562;
}
.AnyTagClassName
{
color: #5E6562;
}
</style>
background-color css
<style>
a { background-color: #5E6562; }
a { background-color: rgb(94,101,98); }
div.DivClassName
{
background-color: #5E6562;
}
.BgClassName
{
background-color: #5E6562;
}
</style>
border-color css
<style>
span { border-color: #5E6562; }
span { border-color: rgb(94,101,98); }
td.TdClassName
{
border-color: #5E6562;
}
.TagClassName
{
border-color: #5E6562;
}
</style>