Shades of Viridian #387F63
Tints of Viridian #387F63
RGB
CMYK
RGB Variations
Color information
#387F63 (or 0x387F63) is known color: Viridian. HEX triplet: 38, 7F and 63. RGB value is (56,127,99). Sum of RGB (Red+Green+Blue) = 56+127+99=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #387F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387F63 is #C7809C. Grayscale: #666666. Windows color (decimal): -13074589 or 6520632. OLE color: 6520632.
HSL color Cylindrical-coordinate representation of color #387F63: hue angle of 156.34º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387F63 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 127 | 99 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.50 |
| HSL | 156.34º | 0.39% | 0.36% | - |
| HSV(B) | 156.34º | 0.56% | 0.5% | - |
| XYZ | 11.47 | 16.92 | 14.47 | - |
| YUV | 102.58 | 125.98 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 99 | 0.56 | 0 | 0.22 | 0.50 | 156.34 | 0.39 | 0.36 |
| Hex | 38 | 7F | 63 | 38 | 0 | 16 | 32 | 9C | 27 | 24 |
| Octal | 70 | 177 | 143 | 70 | 0 | 26 | 62 | 234 | 47 | 44 |
| Binary | 111000 | 1111111 | 1100011 | 111000 | 0 | 10110 | 110010 | 10011100 | 100111 | 100100 |
Color Harmonies of #387F63
Complementary color
Monochromatic Colors of #387F63
Black with #387F63
Text Example
Text Example
White with #387F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387F63; }
p { color: rgb(56,127,99); }
H1.HeaderClassName
{
color: #387F63;
}
.AnyTagClassName
{
color: #387F63;
}
</style>
background-color css
<style>
a { background-color: #387F63; }
a { background-color: rgb(56,127,99); }
div.DivClassName
{
background-color: #387F63;
}
.BgClassName
{
background-color: #387F63;
}
</style>
border-color css
<style>
span { border-color: #387F63; }
span { border-color: rgb(56,127,99); }
td.TdClassName
{
border-color: #387F63;
}
.TagClassName
{
border-color: #387F63;
}
</style>