Shades of Viridian #378164
Tints of Viridian #378164
RGB
CMYK
RGB Variations
Color information
#378164 (or 0x378164) is known color: Viridian. HEX triplet: 37, 81 and 64. RGB value is (55,129,100). Sum of RGB (Red+Green+Blue) = 55+129+100=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #378164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378164 is #C87E9B. Grayscale: #676767. Windows color (decimal): -13139612 or 6586679. OLE color: 6586679.
HSL color Cylindrical-coordinate representation of color #378164: hue angle of 156.49º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #378164 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 129 | 100 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.49 |
| HSL | 156.49º | 0.4% | 0.36% | - |
| HSV(B) | 156.49º | 0.57% | 0.51% | - |
| XYZ | 11.73 | 17.43 | 14.8 | - |
| YUV | 103.57 | 125.98 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 100 | 0.57 | 0 | 0.22 | 0.49 | 156.49 | 0.4 | 0.36 |
| Hex | 37 | 81 | 64 | 39 | 0 | 16 | 31 | 9C | 28 | 24 |
| Octal | 67 | 201 | 144 | 71 | 0 | 26 | 61 | 234 | 50 | 44 |
| Binary | 110111 | 10000001 | 1100100 | 111001 | 0 | 10110 | 110001 | 10011100 | 101000 | 100100 |
Color Harmonies of #378164
Complementary color
Monochromatic Colors of #378164
Black with #378164
Text Example
Text Example
White with #378164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378164; }
p { color: rgb(55,129,100); }
H1.HeaderClassName
{
color: #378164;
}
.AnyTagClassName
{
color: #378164;
}
</style>
background-color css
<style>
a { background-color: #378164; }
a { background-color: rgb(55,129,100); }
div.DivClassName
{
background-color: #378164;
}
.BgClassName
{
background-color: #378164;
}
</style>
border-color css
<style>
span { border-color: #378164; }
span { border-color: rgb(55,129,100); }
td.TdClassName
{
border-color: #378164;
}
.TagClassName
{
border-color: #378164;
}
</style>