Shades of Viridian #387B60
Tints of Viridian #387B60
RGB
CMYK
RGB Variations
Color information
#387B60 (or 0x387B60) is known color: Viridian. HEX triplet: 38, 7B and 60. RGB value is (56,123,96). Sum of RGB (Red+Green+Blue) = 56+123+96=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 123 - color contains mainly: green. Hex color #387B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387B60 is #C7849F. Grayscale: #636363. Windows color (decimal): -13075616 or 6323000. OLE color: 6323000.
HSL color Cylindrical-coordinate representation of color #387B60: hue angle of 155.82º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387B60 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 123 | 96 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.52 |
| HSL | 155.82º | 0.37% | 0.35% | - |
| HSV(B) | 155.82º | 0.54% | 0.48% | - |
| XYZ | 10.83 | 15.85 | 13.56 | - |
| YUV | 99.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 96 | 0.54 | 0 | 0.22 | 0.52 | 155.82 | 0.37 | 0.35 |
| Hex | 38 | 7B | 60 | 36 | 0 | 16 | 34 | 9C | 25 | 23 |
| Octal | 70 | 173 | 140 | 66 | 0 | 26 | 64 | 234 | 45 | 43 |
| Binary | 111000 | 1111011 | 1100000 | 110110 | 0 | 10110 | 110100 | 10011100 | 100101 | 100011 |
Color Harmonies of #387B60
Complementary color
Monochromatic Colors of #387B60
Black with #387B60
Text Example
Text Example
White with #387B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387B60; }
p { color: rgb(56,123,96); }
H1.HeaderClassName
{
color: #387B60;
}
.AnyTagClassName
{
color: #387B60;
}
</style>
background-color css
<style>
a { background-color: #387B60; }
a { background-color: rgb(56,123,96); }
div.DivClassName
{
background-color: #387B60;
}
.BgClassName
{
background-color: #387B60;
}
</style>
border-color css
<style>
span { border-color: #387B60; }
span { border-color: rgb(56,123,96); }
td.TdClassName
{
border-color: #387B60;
}
.TagClassName
{
border-color: #387B60;
}
</style>