Shades of Viridian Green #51675B
Tints of Viridian Green #51675B
RGB
CMYK
RGB Variations
Color information
#51675B (or 0x51675B) is known color: Viridian Green. HEX triplet: 51, 67 and 5B. RGB value is (81,103,91). Sum of RGB (Red+Green+Blue) = 81+103+91=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 103 - color contains mainly: green. Hex color #51675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51675B is #AE98A4. Grayscale: #5F5F5F. Windows color (decimal): -11442341 or 5990225. OLE color: 5990225.
HSL color Cylindrical-coordinate representation of color #51675B: hue angle of 147.27º 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 #51675B is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 103 | 91 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.60 |
| HSL | 147.27º | 0.12% | 0.36% | - |
| HSV(B) | 147.27º | 0.21% | 0.4% | - |
| XYZ | 10.13 | 12.21 | 11.72 | - |
| YUV | 95.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 103 | 91 | 0.21 | 0 | 0.12 | 0.60 | 147.27 | 0.12 | 0.36 |
| Hex | 51 | 67 | 5B | 15 | 0 | C | 3C | 93 | C | 24 |
| Octal | 121 | 147 | 133 | 25 | 0 | 14 | 74 | 223 | 14 | 44 |
| Binary | 1010001 | 1100111 | 1011011 | 10101 | 0 | 1100 | 111100 | 10010011 | 1100 | 100100 |
Color Harmonies of #51675B
Complementary color
Monochromatic Colors of #51675B
Black with #51675B
Text Example
Text Example
White with #51675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51675B; }
p { color: rgb(81,103,91); }
H1.HeaderClassName
{
color: #51675B;
}
.AnyTagClassName
{
color: #51675B;
}
</style>
background-color css
<style>
a { background-color: #51675B; }
a { background-color: rgb(81,103,91); }
div.DivClassName
{
background-color: #51675B;
}
.BgClassName
{
background-color: #51675B;
}
</style>
border-color css
<style>
span { border-color: #51675B; }
span { border-color: rgb(81,103,91); }
td.TdClassName
{
border-color: #51675B;
}
.TagClassName
{
border-color: #51675B;
}
</style>