Shades of Viridian #387D63
Tints of Viridian #387D63
RGB
CMYK
RGB Variations
Color information
#387D63 (or 0x387D63) is known color: Viridian. HEX triplet: 38, 7D and 63. RGB value is (56,125,99). Sum of RGB (Red+Green+Blue) = 56+125+99=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 125 (49.22% from 255 or 44.64% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 125 - color contains mainly: green. Hex color #387D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387D63 is #C7829C. Grayscale: #656565. Windows color (decimal): -13075101 or 6520120. OLE color: 6520120.
HSL color Cylindrical-coordinate representation of color #387D63: hue angle of 157.39º 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 #387D63 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 125 | 99 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.51 |
| HSL | 157.39º | 0.38% | 0.35% | - |
| HSV(B) | 157.39º | 0.55% | 0.49% | - |
| XYZ | 11.22 | 16.41 | 14.38 | - |
| YUV | 101.41 | 126.64 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 99 | 0.55 | 0 | 0.21 | 0.51 | 157.39 | 0.38 | 0.35 |
| Hex | 38 | 7D | 63 | 37 | 0 | 15 | 33 | 9D | 26 | 23 |
| Octal | 70 | 175 | 143 | 67 | 0 | 25 | 63 | 235 | 46 | 43 |
| Binary | 111000 | 1111101 | 1100011 | 110111 | 0 | 10101 | 110011 | 10011101 | 100110 | 100011 |
Color Harmonies of #387D63
Complementary color
Monochromatic Colors of #387D63
Black with #387D63
Text Example
Text Example
White with #387D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387D63; }
p { color: rgb(56,125,99); }
H1.HeaderClassName
{
color: #387D63;
}
.AnyTagClassName
{
color: #387D63;
}
</style>
background-color css
<style>
a { background-color: #387D63; }
a { background-color: rgb(56,125,99); }
div.DivClassName
{
background-color: #387D63;
}
.BgClassName
{
background-color: #387D63;
}
</style>
border-color css
<style>
span { border-color: #387D63; }
span { border-color: rgb(56,125,99); }
td.TdClassName
{
border-color: #387D63;
}
.TagClassName
{
border-color: #387D63;
}
</style>