Shades of Japanese Laurel #387E34
Tints of Japanese Laurel #387E34
RGB
CMYK
RGB Variations
Color information
#387E34 (or 0x387E34) is known color: Japanese Laurel. HEX triplet: 38, 7E and 34. RGB value is (56,126,52). Sum of RGB (Red+Green+Blue) = 56+126+52=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 126 (49.61% from 255 or 53.85% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 126 - color contains mainly: green. Hex color #387E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387E34 is #C781CB. Grayscale: #606060. Windows color (decimal): -13074892 or 3440184. OLE color: 3440184.
HSL color Cylindrical-coordinate representation of color #387E34: hue angle of 116.76º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #387E34 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 126 | 52 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.51 |
| HSL | 116.76º | 0.42% | 0.35% | - |
| HSV(B) | 116.76º | 0.59% | 0.49% | - |
| XYZ | 9.71 | 16.01 | 5.83 | - |
| YUV | 96.63 | 102.81 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 52 | 0.56 | 0 | 0.59 | 0.51 | 116.76 | 0.42 | 0.35 |
| Hex | 38 | 7E | 34 | 38 | 0 | 3B | 33 | 75 | 2A | 23 |
| Octal | 70 | 176 | 64 | 70 | 0 | 73 | 63 | 165 | 52 | 43 |
| Binary | 111000 | 1111110 | 110100 | 111000 | 0 | 111011 | 110011 | 1110101 | 101010 | 100011 |
Color Harmonies of #387E34
Complementary color
Monochromatic Colors of #387E34
Black with #387E34
Text Example
Text Example
White with #387E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387E34; }
p { color: rgb(56,126,52); }
H1.HeaderClassName
{
color: #387E34;
}
.AnyTagClassName
{
color: #387E34;
}
</style>
background-color css
<style>
a { background-color: #387E34; }
a { background-color: rgb(56,126,52); }
div.DivClassName
{
background-color: #387E34;
}
.BgClassName
{
background-color: #387E34;
}
</style>
border-color css
<style>
span { border-color: #387E34; }
span { border-color: rgb(56,126,52); }
td.TdClassName
{
border-color: #387E34;
}
.TagClassName
{
border-color: #387E34;
}
</style>