Shades of Viridian #387E61
Tints of Viridian #387E61
RGB
CMYK
RGB Variations
Color information
#387E61 (or 0x387E61) is known color: Viridian. HEX triplet: 38, 7E and 61. RGB value is (56,126,97). Sum of RGB (Red+Green+Blue) = 56+126+97=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 126 - color contains mainly: green. Hex color #387E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387E61 is #C7819E. Grayscale: #656565. Windows color (decimal): -13074847 or 6389304. OLE color: 6389304.
HSL color Cylindrical-coordinate representation of color #387E61: hue angle of 155.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387E61 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 126 | 97 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.51 |
| HSL | 155.14º | 0.38% | 0.36% | - |
| HSV(B) | 155.14º | 0.56% | 0.49% | - |
| XYZ | 11.25 | 16.63 | 13.93 | - |
| YUV | 101.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 97 | 0.56 | 0 | 0.23 | 0.51 | 155.14 | 0.38 | 0.36 |
| Hex | 38 | 7E | 61 | 38 | 0 | 17 | 33 | 9B | 26 | 24 |
| Octal | 70 | 176 | 141 | 70 | 0 | 27 | 63 | 233 | 46 | 44 |
| Binary | 111000 | 1111110 | 1100001 | 111000 | 0 | 10111 | 110011 | 10011011 | 100110 | 100100 |
Color Harmonies of #387E61
Complementary color
Monochromatic Colors of #387E61
Black with #387E61
Text Example
Text Example
White with #387E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387E61; }
p { color: rgb(56,126,97); }
H1.HeaderClassName
{
color: #387E61;
}
.AnyTagClassName
{
color: #387E61;
}
</style>
background-color css
<style>
a { background-color: #387E61; }
a { background-color: rgb(56,126,97); }
div.DivClassName
{
background-color: #387E61;
}
.BgClassName
{
background-color: #387E61;
}
</style>
border-color css
<style>
span { border-color: #387E61; }
span { border-color: rgb(56,126,97); }
td.TdClassName
{
border-color: #387E61;
}
.TagClassName
{
border-color: #387E61;
}
</style>