Shades of Japanese Laurel #387B31
Tints of Japanese Laurel #387B31
RGB
CMYK
RGB Variations
Color information
#387B31 (or 0x387B31) is known color: Japanese Laurel. HEX triplet: 38, 7B and 31. RGB value is (56,123,49). Sum of RGB (Red+Green+Blue) = 56+123+49=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 123 (48.44% from 255 or 53.95% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 123 - color contains mainly: green. Hex color #387B31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387B31 is #C784CE. Grayscale: #5E5E5E. Windows color (decimal): -13075663 or 3242808. OLE color: 3242808.
HSL color Cylindrical-coordinate representation of color #387B31: hue angle of 114.32º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #387B31 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 123 | 49 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.52 |
| HSL | 114.32º | 0.43% | 0.34% | - |
| HSV(B) | 114.32º | 0.6% | 0.48% | - |
| XYZ | 9.27 | 15.23 | 5.36 | - |
| YUV | 94.53 | 102.3 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 49 | 0.54 | 0 | 0.60 | 0.52 | 114.32 | 0.43 | 0.34 |
| Hex | 38 | 7B | 31 | 36 | 0 | 3C | 34 | 72 | 2B | 22 |
| Octal | 70 | 173 | 61 | 66 | 0 | 74 | 64 | 162 | 53 | 42 |
| Binary | 111000 | 1111011 | 110001 | 110110 | 0 | 111100 | 110100 | 1110010 | 101011 | 100010 |
Color Harmonies of #387B31
Complementary color
Monochromatic Colors of #387B31
Black with #387B31
Text Example
Text Example
White with #387B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387B31; }
p { color: rgb(56,123,49); }
H1.HeaderClassName
{
color: #387B31;
}
.AnyTagClassName
{
color: #387B31;
}
</style>
background-color css
<style>
a { background-color: #387B31; }
a { background-color: rgb(56,123,49); }
div.DivClassName
{
background-color: #387B31;
}
.BgClassName
{
background-color: #387B31;
}
</style>
border-color css
<style>
span { border-color: #387B31; }
span { border-color: rgb(56,123,49); }
td.TdClassName
{
border-color: #387B31;
}
.TagClassName
{
border-color: #387B31;
}
</style>