Shades of Viridian #387E63
Tints of Viridian #387E63
RGB
CMYK
RGB Variations
Color information
#387E63 (or 0x387E63) is known color: Viridian. HEX triplet: 38, 7E and 63. RGB value is (56,126,99). Sum of RGB (Red+Green+Blue) = 56+126+99=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 126 (49.61% from 255 or 44.84% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 126 - color contains mainly: green. Hex color #387E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387E63 is #C7819C. Grayscale: #666666. Windows color (decimal): -13074845 or 6520376. OLE color: 6520376.
HSL color Cylindrical-coordinate representation of color #387E63: hue angle of 156.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387E63 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 126 | 99 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.51 |
| HSL | 156.86º | 0.38% | 0.36% | - |
| HSV(B) | 156.86º | 0.56% | 0.49% | - |
| XYZ | 11.34 | 16.66 | 14.42 | - |
| YUV | 101.99 | 126.31 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 99 | 0.56 | 0 | 0.21 | 0.51 | 156.86 | 0.38 | 0.36 |
| Hex | 38 | 7E | 63 | 38 | 0 | 15 | 33 | 9D | 26 | 24 |
| Octal | 70 | 176 | 143 | 70 | 0 | 25 | 63 | 235 | 46 | 44 |
| Binary | 111000 | 1111110 | 1100011 | 111000 | 0 | 10101 | 110011 | 10011101 | 100110 | 100100 |
Color Harmonies of #387E63
Complementary color
Monochromatic Colors of #387E63
Black with #387E63
Text Example
Text Example
White with #387E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387E63; }
p { color: rgb(56,126,99); }
H1.HeaderClassName
{
color: #387E63;
}
.AnyTagClassName
{
color: #387E63;
}
</style>
background-color css
<style>
a { background-color: #387E63; }
a { background-color: rgb(56,126,99); }
div.DivClassName
{
background-color: #387E63;
}
.BgClassName
{
background-color: #387E63;
}
</style>
border-color css
<style>
span { border-color: #387E63; }
span { border-color: rgb(56,126,99); }
td.TdClassName
{
border-color: #387E63;
}
.TagClassName
{
border-color: #387E63;
}
</style>