Shades of Viridian #387C65
Tints of Viridian #387C65
RGB
CMYK
RGB Variations
Color information
#387C65 (or 0x387C65) is known color: Viridian. HEX triplet: 38, 7C and 65. RGB value is (56,124,101). Sum of RGB (Red+Green+Blue) = 56+124+101=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 124 - color contains mainly: green. Hex color #387C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C65 is #C7839A. Grayscale: #656565. Windows color (decimal): -13075355 or 6650936. OLE color: 6650936.
HSL color Cylindrical-coordinate representation of color #387C65: hue angle of 159.71º 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 #387C65 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 124 | 101 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.51 |
| HSL | 159.71º | 0.38% | 0.35% | - |
| HSV(B) | 159.71º | 0.55% | 0.49% | - |
| XYZ | 11.19 | 16.2 | 14.85 | - |
| YUV | 101.05 | 127.97 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 101 | 0.55 | 0 | 0.19 | 0.51 | 159.71 | 0.38 | 0.35 |
| Hex | 38 | 7C | 65 | 37 | 0 | 13 | 33 | A0 | 26 | 23 |
| Octal | 70 | 174 | 145 | 67 | 0 | 23 | 63 | 240 | 46 | 43 |
| Binary | 111000 | 1111100 | 1100101 | 110111 | 0 | 10011 | 110011 | 10100000 | 100110 | 100011 |
Color Harmonies of #387C65
Complementary color
Monochromatic Colors of #387C65
Black with #387C65
Text Example
Text Example
White with #387C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387C65; }
p { color: rgb(56,124,101); }
H1.HeaderClassName
{
color: #387C65;
}
.AnyTagClassName
{
color: #387C65;
}
</style>
background-color css
<style>
a { background-color: #387C65; }
a { background-color: rgb(56,124,101); }
div.DivClassName
{
background-color: #387C65;
}
.BgClassName
{
background-color: #387C65;
}
</style>
border-color css
<style>
span { border-color: #387C65; }
span { border-color: rgb(56,124,101); }
td.TdClassName
{
border-color: #387C65;
}
.TagClassName
{
border-color: #387C65;
}
</style>