Shades of Viridian #367F63
Tints of Viridian #367F63
RGB
CMYK
RGB Variations
Color information
#367F63 (or 0x367F63) is known color: Viridian. HEX triplet: 36, 7F and 63. RGB value is (54,127,99). Sum of RGB (Red+Green+Blue) = 54+127+99=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 127 - color contains mainly: green. Hex color #367F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367F63 is #C9809C. Grayscale: #666666. Windows color (decimal): -13205661 or 6520630. OLE color: 6520630.
HSL color Cylindrical-coordinate representation of color #367F63: hue angle of 156.99º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367F63 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 127 | 99 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.50 |
| HSL | 156.99º | 0.4% | 0.35% | - |
| HSV(B) | 156.99º | 0.57% | 0.5% | - |
| XYZ | 11.36 | 16.86 | 14.46 | - |
| YUV | 101.98 | 126.32 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 99 | 0.57 | 0 | 0.22 | 0.50 | 156.99 | 0.4 | 0.35 |
| Hex | 36 | 7F | 63 | 39 | 0 | 16 | 32 | 9D | 28 | 23 |
| Octal | 66 | 177 | 143 | 71 | 0 | 26 | 62 | 235 | 50 | 43 |
| Binary | 110110 | 1111111 | 1100011 | 111001 | 0 | 10110 | 110010 | 10011101 | 101000 | 100011 |
Color Harmonies of #367F63
Complementary color
Monochromatic Colors of #367F63
Black with #367F63
Text Example
Text Example
White with #367F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367F63; }
p { color: rgb(54,127,99); }
H1.HeaderClassName
{
color: #367F63;
}
.AnyTagClassName
{
color: #367F63;
}
</style>
background-color css
<style>
a { background-color: #367F63; }
a { background-color: rgb(54,127,99); }
div.DivClassName
{
background-color: #367F63;
}
.BgClassName
{
background-color: #367F63;
}
</style>
border-color css
<style>
span { border-color: #367F63; }
span { border-color: rgb(54,127,99); }
td.TdClassName
{
border-color: #367F63;
}
.TagClassName
{
border-color: #367F63;
}
</style>