Shades of Viridian #378563
Tints of Viridian #378563
RGB
CMYK
RGB Variations
Color information
#378563 (or 0x378563) is known color: Viridian. HEX triplet: 37, 85 and 63. RGB value is (55,133,99). Sum of RGB (Red+Green+Blue) = 55+133+99=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #378563 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378563 is #C87A9C. Grayscale: #696969. Windows color (decimal): -13138589 or 6522167. OLE color: 6522167.
HSL color Cylindrical-coordinate representation of color #378563: hue angle of 153.85º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378563 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 133 | 99 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.48 |
| HSL | 153.85º | 0.41% | 0.37% | - |
| HSV(B) | 153.85º | 0.59% | 0.52% | - |
| XYZ | 12.22 | 18.49 | 14.73 | - |
| YUV | 105.8 | 124.16 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 133 | 99 | 0.59 | 0 | 0.26 | 0.48 | 153.85 | 0.41 | 0.37 |
| Hex | 37 | 85 | 63 | 3B | 0 | 1A | 30 | 9A | 29 | 25 |
| Octal | 67 | 205 | 143 | 73 | 0 | 32 | 60 | 232 | 51 | 45 |
| Binary | 110111 | 10000101 | 1100011 | 111011 | 0 | 11010 | 110000 | 10011010 | 101001 | 100101 |
Color Harmonies of #378563
Complementary color
Monochromatic Colors of #378563
Black with #378563
Text Example
Text Example
White with #378563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378563; }
p { color: rgb(55,133,99); }
H1.HeaderClassName
{
color: #378563;
}
.AnyTagClassName
{
color: #378563;
}
</style>
background-color css
<style>
a { background-color: #378563; }
a { background-color: rgb(55,133,99); }
div.DivClassName
{
background-color: #378563;
}
.BgClassName
{
background-color: #378563;
}
</style>
border-color css
<style>
span { border-color: #378563; }
span { border-color: rgb(55,133,99); }
td.TdClassName
{
border-color: #378563;
}
.TagClassName
{
border-color: #378563;
}
</style>