Shades of Viridian Green #56675E
Tints of Viridian Green #56675E
RGB
CMYK
RGB Variations
Color information
#56675E (or 0x56675E) is known color: Viridian Green. HEX triplet: 56, 67 and 5E. RGB value is (86,103,94). Sum of RGB (Red+Green+Blue) = 86+103+94=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 103 - color contains mainly: green. Hex color #56675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56675E is #A998A1. Grayscale: #606060. Windows color (decimal): -11114658 or 6186838. OLE color: 6186838.
HSL color Cylindrical-coordinate representation of color #56675E: hue angle of 148.24º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #56675E is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 103 | 94 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.60 |
| HSL | 148.24º | 0.09% | 0.37% | - |
| HSV(B) | 148.24º | 0.17% | 0.4% | - |
| XYZ | 10.71 | 12.49 | 12.44 | - |
| YUV | 96.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 103 | 94 | 0.17 | 0 | 0.09 | 0.60 | 148.24 | 0.09 | 0.37 |
| Hex | 56 | 67 | 5E | 11 | 0 | 9 | 3C | 94 | 9 | 25 |
| Octal | 126 | 147 | 136 | 21 | 0 | 11 | 74 | 224 | 11 | 45 |
| Binary | 1010110 | 1100111 | 1011110 | 10001 | 0 | 1001 | 111100 | 10010100 | 1001 | 100101 |
Color Harmonies of #56675E
Complementary color
Monochromatic Colors of #56675E
Black with #56675E
Text Example
Text Example
White with #56675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56675E; }
p { color: rgb(86,103,94); }
H1.HeaderClassName
{
color: #56675E;
}
.AnyTagClassName
{
color: #56675E;
}
</style>
background-color css
<style>
a { background-color: #56675E; }
a { background-color: rgb(86,103,94); }
div.DivClassName
{
background-color: #56675E;
}
.BgClassName
{
background-color: #56675E;
}
</style>
border-color css
<style>
span { border-color: #56675E; }
span { border-color: rgb(86,103,94); }
td.TdClassName
{
border-color: #56675E;
}
.TagClassName
{
border-color: #56675E;
}
</style>