Shades of Viridian #378362
Tints of Viridian #378362
RGB
CMYK
RGB Variations
Color information
#378362 (or 0x378362) is known color: Viridian. HEX triplet: 37, 83 and 62. RGB value is (55,131,98). Sum of RGB (Red+Green+Blue) = 55+131+98=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #378362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378362 is #C87C9D. Grayscale: #686868. Windows color (decimal): -13139102 or 6456119. OLE color: 6456119.
HSL color Cylindrical-coordinate representation of color #378362: hue angle of 153.95º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378362 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 131 | 98 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.49 |
| HSL | 153.95º | 0.41% | 0.36% | - |
| HSV(B) | 153.95º | 0.58% | 0.51% | - |
| XYZ | 11.9 | 17.93 | 14.39 | - |
| YUV | 104.51 | 124.32 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 131 | 98 | 0.58 | 0 | 0.25 | 0.49 | 153.95 | 0.41 | 0.36 |
| Hex | 37 | 83 | 62 | 3A | 0 | 19 | 31 | 9A | 29 | 24 |
| Octal | 67 | 203 | 142 | 72 | 0 | 31 | 61 | 232 | 51 | 44 |
| Binary | 110111 | 10000011 | 1100010 | 111010 | 0 | 11001 | 110001 | 10011010 | 101001 | 100100 |
Color Harmonies of #378362
Complementary color
Monochromatic Colors of #378362
Black with #378362
Text Example
Text Example
White with #378362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378362; }
p { color: rgb(55,131,98); }
H1.HeaderClassName
{
color: #378362;
}
.AnyTagClassName
{
color: #378362;
}
</style>
background-color css
<style>
a { background-color: #378362; }
a { background-color: rgb(55,131,98); }
div.DivClassName
{
background-color: #378362;
}
.BgClassName
{
background-color: #378362;
}
</style>
border-color css
<style>
span { border-color: #378362; }
span { border-color: rgb(55,131,98); }
td.TdClassName
{
border-color: #378362;
}
.TagClassName
{
border-color: #378362;
}
</style>