Shades of Viridian #367761
Tints of Viridian #367761
RGB
CMYK
RGB Variations
Color information
#367761 (or 0x367761) is known color: Viridian. HEX triplet: 36, 77 and 61. RGB value is (54,119,97). Sum of RGB (Red+Green+Blue) = 54+119+97=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #367761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367761 is #C9889E. Grayscale: #616161. Windows color (decimal): -13207711 or 6387510. OLE color: 6387510.
HSL color Cylindrical-coordinate representation of color #367761: hue angle of 159.69º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367761 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 119 | 97 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.53 |
| HSL | 159.69º | 0.38% | 0.34% | - |
| HSV(B) | 159.69º | 0.55% | 0.47% | - |
| XYZ | 10.28 | 14.84 | 13.63 | - |
| YUV | 97.06 | 127.97 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 119 | 97 | 0.55 | 0 | 0.18 | 0.53 | 159.69 | 0.38 | 0.34 |
| Hex | 36 | 77 | 61 | 37 | 0 | 12 | 35 | A0 | 26 | 22 |
| Octal | 66 | 167 | 141 | 67 | 0 | 22 | 65 | 240 | 46 | 42 |
| Binary | 110110 | 1110111 | 1100001 | 110111 | 0 | 10010 | 110101 | 10100000 | 100110 | 100010 |
Color Harmonies of #367761
Complementary color
Monochromatic Colors of #367761
Black with #367761
Text Example
Text Example
White with #367761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367761; }
p { color: rgb(54,119,97); }
H1.HeaderClassName
{
color: #367761;
}
.AnyTagClassName
{
color: #367761;
}
</style>
background-color css
<style>
a { background-color: #367761; }
a { background-color: rgb(54,119,97); }
div.DivClassName
{
background-color: #367761;
}
.BgClassName
{
background-color: #367761;
}
</style>
border-color css
<style>
span { border-color: #367761; }
span { border-color: rgb(54,119,97); }
td.TdClassName
{
border-color: #367761;
}
.TagClassName
{
border-color: #367761;
}
</style>