Shades of Viridian #387D68
Tints of Viridian #387D68
RGB
CMYK
RGB Variations
Color information
#387D68 (or 0x387D68) is known color: Viridian. HEX triplet: 38, 7D and 68. RGB value is (56,125,104). Sum of RGB (Red+Green+Blue) = 56+125+104=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 125 - color contains mainly: green. Hex color #387D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387D68 is #C78297. Grayscale: #656565. Windows color (decimal): -13075096 or 6847800. OLE color: 6847800.
HSL color Cylindrical-coordinate representation of color #387D68: hue angle of 161.74º 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 #387D68 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 125 | 104 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.51 |
| HSL | 161.74º | 0.38% | 0.35% | - |
| HSV(B) | 161.74º | 0.55% | 0.49% | - |
| XYZ | 11.46 | 16.51 | 15.68 | - |
| YUV | 101.98 | 129.14 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 104 | 0.55 | 0 | 0.17 | 0.51 | 161.74 | 0.38 | 0.35 |
| Hex | 38 | 7D | 68 | 37 | 0 | 11 | 33 | A2 | 26 | 23 |
| Octal | 70 | 175 | 150 | 67 | 0 | 21 | 63 | 242 | 46 | 43 |
| Binary | 111000 | 1111101 | 1101000 | 110111 | 0 | 10001 | 110011 | 10100010 | 100110 | 100011 |
Color Harmonies of #387D68
Complementary color
Monochromatic Colors of #387D68
Black with #387D68
Text Example
Text Example
White with #387D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387D68; }
p { color: rgb(56,125,104); }
H1.HeaderClassName
{
color: #387D68;
}
.AnyTagClassName
{
color: #387D68;
}
</style>
background-color css
<style>
a { background-color: #387D68; }
a { background-color: rgb(56,125,104); }
div.DivClassName
{
background-color: #387D68;
}
.BgClassName
{
background-color: #387D68;
}
</style>
border-color css
<style>
span { border-color: #387D68; }
span { border-color: rgb(56,125,104); }
td.TdClassName
{
border-color: #387D68;
}
.TagClassName
{
border-color: #387D68;
}
</style>