Shades of Japanese Laurel #387C31
Tints of Japanese Laurel #387C31
RGB
CMYK
RGB Variations
Color information
#387C31 (or 0x387C31) is known color: Japanese Laurel. HEX triplet: 38, 7C and 31. RGB value is (56,124,49). Sum of RGB (Red+Green+Blue) = 56+124+49=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 124 (48.83% from 255 or 54.15% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 124 - color contains mainly: green. Hex color #387C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387C31 is #C783CE. Grayscale: #5F5F5F. Windows color (decimal): -13075407 or 3243064. OLE color: 3243064.
HSL color Cylindrical-coordinate representation of color #387C31: hue angle of 114.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #387C31 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 124 | 49 | - |
| CMYK | 0.55 | 0 | 0.60 | 0.51 |
| HSL | 114.4º | 0.43% | 0.34% | - |
| HSV(B) | 114.4º | 0.6% | 0.49% | - |
| XYZ | 9.39 | 15.48 | 5.4 | - |
| YUV | 95.12 | 101.97 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 49 | 0.55 | 0 | 0.60 | 0.51 | 114.4 | 0.43 | 0.34 |
| Hex | 38 | 7C | 31 | 37 | 0 | 3C | 33 | 72 | 2B | 22 |
| Octal | 70 | 174 | 61 | 67 | 0 | 74 | 63 | 162 | 53 | 42 |
| Binary | 111000 | 1111100 | 110001 | 110111 | 0 | 111100 | 110011 | 1110010 | 101011 | 100010 |
Color Harmonies of #387C31
Complementary color
Monochromatic Colors of #387C31
Black with #387C31
Text Example
Text Example
White with #387C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387C31; }
p { color: rgb(56,124,49); }
H1.HeaderClassName
{
color: #387C31;
}
.AnyTagClassName
{
color: #387C31;
}
</style>
background-color css
<style>
a { background-color: #387C31; }
a { background-color: rgb(56,124,49); }
div.DivClassName
{
background-color: #387C31;
}
.BgClassName
{
background-color: #387C31;
}
</style>
border-color css
<style>
span { border-color: #387C31; }
span { border-color: rgb(56,124,49); }
td.TdClassName
{
border-color: #387C31;
}
.TagClassName
{
border-color: #387C31;
}
</style>