Shades of Viridian #387963
Tints of Viridian #387963
RGB
CMYK
RGB Variations
Color information
#387963 (or 0x387963) is known color: Viridian. HEX triplet: 38, 79 and 63. RGB value is (56,121,99). Sum of RGB (Red+Green+Blue) = 56+121+99=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 121 - color contains mainly: green. Hex color #387963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387963 is #C7869C. Grayscale: #636363. Windows color (decimal): -13076125 or 6519096. OLE color: 6519096.
HSL color Cylindrical-coordinate representation of color #387963: hue angle of 159.69º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387963 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 121 | 99 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.53 |
| HSL | 159.69º | 0.37% | 0.35% | - |
| HSV(B) | 159.69º | 0.54% | 0.47% | - |
| XYZ | 10.72 | 15.42 | 14.22 | - |
| YUV | 99.06 | 127.97 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 121 | 99 | 0.54 | 0 | 0.18 | 0.53 | 159.69 | 0.37 | 0.35 |
| Hex | 38 | 79 | 63 | 36 | 0 | 12 | 35 | A0 | 25 | 23 |
| Octal | 70 | 171 | 143 | 66 | 0 | 22 | 65 | 240 | 45 | 43 |
| Binary | 111000 | 1111001 | 1100011 | 110110 | 0 | 10010 | 110101 | 10100000 | 100101 | 100011 |
Color Harmonies of #387963
Complementary color
Monochromatic Colors of #387963
Black with #387963
Text Example
Text Example
White with #387963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387963; }
p { color: rgb(56,121,99); }
H1.HeaderClassName
{
color: #387963;
}
.AnyTagClassName
{
color: #387963;
}
</style>
background-color css
<style>
a { background-color: #387963; }
a { background-color: rgb(56,121,99); }
div.DivClassName
{
background-color: #387963;
}
.BgClassName
{
background-color: #387963;
}
</style>
border-color css
<style>
span { border-color: #387963; }
span { border-color: rgb(56,121,99); }
td.TdClassName
{
border-color: #387963;
}
.TagClassName
{
border-color: #387963;
}
</style>