Shades of Viridian Green #51675D
Tints of Viridian Green #51675D
RGB
CMYK
RGB Variations
Color information
#51675D (or 0x51675D) is known color: Viridian Green. HEX triplet: 51, 67 and 5D. RGB value is (81,103,93). Sum of RGB (Red+Green+Blue) = 81+103+93=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 103 - color contains mainly: green. Hex color #51675D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51675D is #AE98A2. Grayscale: #5F5F5F. Windows color (decimal): -11442339 or 6121297. OLE color: 6121297.
HSL color Cylindrical-coordinate representation of color #51675D: hue angle of 152.73º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #51675D is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 103 | 93 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.60 |
| HSL | 152.73º | 0.12% | 0.36% | - |
| HSV(B) | 152.73º | 0.21% | 0.4% | - |
| XYZ | 10.22 | 12.24 | 12.18 | - |
| YUV | 95.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 103 | 93 | 0.21 | 0 | 0.10 | 0.60 | 152.73 | 0.12 | 0.36 |
| Hex | 51 | 67 | 5D | 15 | 0 | A | 3C | 99 | C | 24 |
| Octal | 121 | 147 | 135 | 25 | 0 | 12 | 74 | 231 | 14 | 44 |
| Binary | 1010001 | 1100111 | 1011101 | 10101 | 0 | 1010 | 111100 | 10011001 | 1100 | 100100 |
Color Harmonies of #51675D
Complementary color
Monochromatic Colors of #51675D
Black with #51675D
Text Example
Text Example
White with #51675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51675D; }
p { color: rgb(81,103,93); }
H1.HeaderClassName
{
color: #51675D;
}
.AnyTagClassName
{
color: #51675D;
}
</style>
background-color css
<style>
a { background-color: #51675D; }
a { background-color: rgb(81,103,93); }
div.DivClassName
{
background-color: #51675D;
}
.BgClassName
{
background-color: #51675D;
}
</style>
border-color css
<style>
span { border-color: #51675D; }
span { border-color: rgb(81,103,93); }
td.TdClassName
{
border-color: #51675D;
}
.TagClassName
{
border-color: #51675D;
}
</style>