Shades of Viridian #378D75
Tints of Viridian #378D75
RGB
CMYK
RGB Variations
Color information
#378D75 (or 0x378D75) is known color: Viridian. HEX triplet: 37, 8D and 75. RGB value is (55,141,117). Sum of RGB (Red+Green+Blue) = 55+141+117=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #378D75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378D75 is #C8728A. Grayscale: #707070. Windows color (decimal): -13136523 or 7703863. OLE color: 7703863.
HSL color Cylindrical-coordinate representation of color #378D75: hue angle of 163.26º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378D75 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 141 | 117 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.45 |
| HSL | 163.26º | 0.44% | 0.38% | - |
| HSV(B) | 163.26º | 0.61% | 0.55% | - |
| XYZ | 14.31 | 21.15 | 20.16 | - |
| YUV | 112.55 | 130.51 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 117 | 0.61 | 0 | 0.17 | 0.45 | 163.26 | 0.44 | 0.38 |
| Hex | 37 | 8D | 75 | 3D | 0 | 11 | 2D | A3 | 2C | 26 |
| Octal | 67 | 215 | 165 | 75 | 0 | 21 | 55 | 243 | 54 | 46 |
| Binary | 110111 | 10001101 | 1110101 | 111101 | 0 | 10001 | 101101 | 10100011 | 101100 | 100110 |
Color Harmonies of #378D75
Complementary color
Monochromatic Colors of #378D75
Black with #378D75
Text Example
Text Example
White with #378D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378D75; }
p { color: rgb(55,141,117); }
H1.HeaderClassName
{
color: #378D75;
}
.AnyTagClassName
{
color: #378D75;
}
</style>
background-color css
<style>
a { background-color: #378D75; }
a { background-color: rgb(55,141,117); }
div.DivClassName
{
background-color: #378D75;
}
.BgClassName
{
background-color: #378D75;
}
</style>
border-color css
<style>
span { border-color: #378D75; }
span { border-color: rgb(55,141,117); }
td.TdClassName
{
border-color: #378D75;
}
.TagClassName
{
border-color: #378D75;
}
</style>