Shades of Viridian #387C64
Tints of Viridian #387C64
RGB
CMYK
RGB Variations
Color information
#387C64 (or 0x387C64) is known color: Viridian. HEX triplet: 38, 7C and 64. RGB value is (56,124,100). Sum of RGB (Red+Green+Blue) = 56+124+100=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #387C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C64 is #C7839B. Grayscale: #646464. Windows color (decimal): -13075356 or 6585400. OLE color: 6585400.
HSL color Cylindrical-coordinate representation of color #387C64: hue angle of 158.82º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387C64 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 124 | 100 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.51 |
| HSL | 158.82º | 0.38% | 0.35% | - |
| HSV(B) | 158.82º | 0.55% | 0.49% | - |
| XYZ | 11.14 | 16.18 | 14.59 | - |
| YUV | 100.93 | 127.47 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 100 | 0.55 | 0 | 0.19 | 0.51 | 158.82 | 0.38 | 0.35 |
| Hex | 38 | 7C | 64 | 37 | 0 | 13 | 33 | 9F | 26 | 23 |
| Octal | 70 | 174 | 144 | 67 | 0 | 23 | 63 | 237 | 46 | 43 |
| Binary | 111000 | 1111100 | 1100100 | 110111 | 0 | 10011 | 110011 | 10011111 | 100110 | 100011 |
Color Harmonies of #387C64
Complementary color
Monochromatic Colors of #387C64
Black with #387C64
Text Example
Text Example
White with #387C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387C64; }
p { color: rgb(56,124,100); }
H1.HeaderClassName
{
color: #387C64;
}
.AnyTagClassName
{
color: #387C64;
}
</style>
background-color css
<style>
a { background-color: #387C64; }
a { background-color: rgb(56,124,100); }
div.DivClassName
{
background-color: #387C64;
}
.BgClassName
{
background-color: #387C64;
}
</style>
border-color css
<style>
span { border-color: #387C64; }
span { border-color: rgb(56,124,100); }
td.TdClassName
{
border-color: #387C64;
}
.TagClassName
{
border-color: #387C64;
}
</style>