Shades of Japanese Laurel #387D34
Tints of Japanese Laurel #387D34
RGB
CMYK
RGB Variations
Color information
#387D34 (or 0x387D34) is known color: Japanese Laurel. HEX triplet: 38, 7D and 34. RGB value is (56,125,52). Sum of RGB (Red+Green+Blue) = 56+125+52=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 125 (49.22% from 255 or 53.65% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 125 - color contains mainly: green. Hex color #387D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387D34 is #C782CB. Grayscale: #606060. Windows color (decimal): -13075148 or 3439928. OLE color: 3439928.
HSL color Cylindrical-coordinate representation of color #387D34: hue angle of 116.71º 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 #387D34 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 125 | 52 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.51 |
| HSL | 116.71º | 0.41% | 0.35% | - |
| HSV(B) | 116.71º | 0.58% | 0.49% | - |
| XYZ | 9.58 | 15.76 | 5.78 | - |
| YUV | 96.05 | 103.14 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 52 | 0.55 | 0 | 0.58 | 0.51 | 116.71 | 0.41 | 0.35 |
| Hex | 38 | 7D | 34 | 37 | 0 | 3A | 33 | 75 | 29 | 23 |
| Octal | 70 | 175 | 64 | 67 | 0 | 72 | 63 | 165 | 51 | 43 |
| Binary | 111000 | 1111101 | 110100 | 110111 | 0 | 111010 | 110011 | 1110101 | 101001 | 100011 |
Color Harmonies of #387D34
Complementary color
Monochromatic Colors of #387D34
Black with #387D34
Text Example
Text Example
White with #387D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387D34; }
p { color: rgb(56,125,52); }
H1.HeaderClassName
{
color: #387D34;
}
.AnyTagClassName
{
color: #387D34;
}
</style>
background-color css
<style>
a { background-color: #387D34; }
a { background-color: rgb(56,125,52); }
div.DivClassName
{
background-color: #387D34;
}
.BgClassName
{
background-color: #387D34;
}
</style>
border-color css
<style>
span { border-color: #387D34; }
span { border-color: rgb(56,125,52); }
td.TdClassName
{
border-color: #387D34;
}
.TagClassName
{
border-color: #387D34;
}
</style>