Shades of Japanese Laurel #387C34
Tints of Japanese Laurel #387C34
RGB
CMYK
RGB Variations
Color information
#387C34 (or 0x387C34) is known color: Japanese Laurel. HEX triplet: 38, 7C and 34. RGB value is (56,124,52). Sum of RGB (Red+Green+Blue) = 56+124+52=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #387C34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387C34 is #C783CB. Grayscale: #5F5F5F. Windows color (decimal): -13075404 or 3439672. OLE color: 3439672.
HSL color Cylindrical-coordinate representation of color #387C34: hue angle of 116.67º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #387C34 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 124 | 52 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.51 |
| HSL | 116.67º | 0.41% | 0.35% | - |
| HSV(B) | 116.67º | 0.58% | 0.49% | - |
| XYZ | 9.46 | 15.5 | 5.74 | - |
| YUV | 95.46 | 103.47 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 52 | 0.55 | 0 | 0.58 | 0.51 | 116.67 | 0.41 | 0.35 |
| Hex | 38 | 7C | 34 | 37 | 0 | 3A | 33 | 75 | 29 | 23 |
| Octal | 70 | 174 | 64 | 67 | 0 | 72 | 63 | 165 | 51 | 43 |
| Binary | 111000 | 1111100 | 110100 | 110111 | 0 | 111010 | 110011 | 1110101 | 101001 | 100011 |
Color Harmonies of #387C34
Complementary color
Monochromatic Colors of #387C34
Black with #387C34
Text Example
Text Example
White with #387C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387C34; }
p { color: rgb(56,124,52); }
H1.HeaderClassName
{
color: #387C34;
}
.AnyTagClassName
{
color: #387C34;
}
</style>
background-color css
<style>
a { background-color: #387C34; }
a { background-color: rgb(56,124,52); }
div.DivClassName
{
background-color: #387C34;
}
.BgClassName
{
background-color: #387C34;
}
</style>
border-color css
<style>
span { border-color: #387C34; }
span { border-color: rgb(56,124,52); }
td.TdClassName
{
border-color: #387C34;
}
.TagClassName
{
border-color: #387C34;
}
</style>