Shades of Viridian #378571
Tints of Viridian #378571
RGB
CMYK
RGB Variations
Color information
#378571 (or 0x378571) is known color: Viridian. HEX triplet: 37, 85 and 71. RGB value is (55,133,113). Sum of RGB (Red+Green+Blue) = 55+133+113=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #378571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378571 is #C87A8E. Grayscale: #6B6B6B. Windows color (decimal): -13138575 or 7439671. OLE color: 7439671.
HSL color Cylindrical-coordinate representation of color #378571: hue angle of 164.62º 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 #378571 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 133 | 113 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.48 |
| HSL | 164.62º | 0.41% | 0.37% | - |
| HSV(B) | 164.62º | 0.59% | 0.52% | - |
| XYZ | 12.94 | 18.78 | 18.57 | - |
| YUV | 107.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 133 | 113 | 0.59 | 0 | 0.15 | 0.48 | 164.62 | 0.41 | 0.37 |
| Hex | 37 | 85 | 71 | 3B | 0 | F | 30 | A5 | 29 | 25 |
| Octal | 67 | 205 | 161 | 73 | 0 | 17 | 60 | 245 | 51 | 45 |
| Binary | 110111 | 10000101 | 1110001 | 111011 | 0 | 1111 | 110000 | 10100101 | 101001 | 100101 |
Color Harmonies of #378571
Complementary color
Monochromatic Colors of #378571
Black with #378571
Text Example
Text Example
White with #378571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378571; }
p { color: rgb(55,133,113); }
H1.HeaderClassName
{
color: #378571;
}
.AnyTagClassName
{
color: #378571;
}
</style>
background-color css
<style>
a { background-color: #378571; }
a { background-color: rgb(55,133,113); }
div.DivClassName
{
background-color: #378571;
}
.BgClassName
{
background-color: #378571;
}
</style>
border-color css
<style>
span { border-color: #378571; }
span { border-color: rgb(55,133,113); }
td.TdClassName
{
border-color: #378571;
}
.TagClassName
{
border-color: #378571;
}
</style>