Shades of Viridian #378068
Tints of Viridian #378068
RGB
CMYK
RGB Variations
Color information
#378068 (or 0x378068) is known color: Viridian. HEX triplet: 37, 80 and 68. RGB value is (55,128,104). Sum of RGB (Red+Green+Blue) = 55+128+104=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #378068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378068 is #C87F97. Grayscale: #676767. Windows color (decimal): -13139864 or 6848567. OLE color: 6848567.
HSL color Cylindrical-coordinate representation of color #378068: hue angle of 160.27º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #378068 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 128 | 104 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.50 |
| HSL | 160.27º | 0.4% | 0.36% | - |
| HSV(B) | 160.27º | 0.57% | 0.5% | - |
| XYZ | 11.79 | 17.25 | 15.8 | - |
| YUV | 103.44 | 128.32 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 128 | 104 | 0.57 | 0 | 0.19 | 0.50 | 160.27 | 0.4 | 0.36 |
| Hex | 37 | 80 | 68 | 39 | 0 | 13 | 32 | A0 | 28 | 24 |
| Octal | 67 | 200 | 150 | 71 | 0 | 23 | 62 | 240 | 50 | 44 |
| Binary | 110111 | 10000000 | 1101000 | 111001 | 0 | 10011 | 110010 | 10100000 | 101000 | 100100 |
Color Harmonies of #378068
Complementary color
Monochromatic Colors of #378068
Black with #378068
Text Example
Text Example
White with #378068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378068; }
p { color: rgb(55,128,104); }
H1.HeaderClassName
{
color: #378068;
}
.AnyTagClassName
{
color: #378068;
}
</style>
background-color css
<style>
a { background-color: #378068; }
a { background-color: rgb(55,128,104); }
div.DivClassName
{
background-color: #378068;
}
.BgClassName
{
background-color: #378068;
}
</style>
border-color css
<style>
span { border-color: #378068; }
span { border-color: rgb(55,128,104); }
td.TdClassName
{
border-color: #378068;
}
.TagClassName
{
border-color: #378068;
}
</style>