Shades of Japanese Laurel #387D3C
Tints of Japanese Laurel #387D3C
RGB
CMYK
RGB Variations
Color information
#387D3C (or 0x387D3C) is known color: Japanese Laurel. HEX triplet: 38, 7D and 3C. RGB value is (56,125,60). Sum of RGB (Red+Green+Blue) = 56+125+60=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 125 (49.22% from 255 or 51.87% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 125 - color contains mainly: green. Hex color #387D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387D3C is #C782C3. Grayscale: #616161. Windows color (decimal): -13075140 or 3964216. OLE color: 3964216.
HSL color Cylindrical-coordinate representation of color #387D3C: hue angle of 123.48º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387D3C is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 125 | 60 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.51 |
| HSL | 123.48º | 0.38% | 0.35% | - |
| HSV(B) | 123.48º | 0.55% | 0.49% | - |
| XYZ | 9.78 | 15.83 | 6.82 | - |
| YUV | 96.96 | 107.14 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 60 | 0.55 | 0 | 0.52 | 0.51 | 123.48 | 0.38 | 0.35 |
| Hex | 38 | 7D | 3C | 37 | 0 | 34 | 33 | 7B | 26 | 23 |
| Octal | 70 | 175 | 74 | 67 | 0 | 64 | 63 | 173 | 46 | 43 |
| Binary | 111000 | 1111101 | 111100 | 110111 | 0 | 110100 | 110011 | 1111011 | 100110 | 100011 |
Color Harmonies of #387D3C
Complementary color
Monochromatic Colors of #387D3C
Black with #387D3C
Text Example
Text Example
White with #387D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387D3C; }
p { color: rgb(56,125,60); }
H1.HeaderClassName
{
color: #387D3C;
}
.AnyTagClassName
{
color: #387D3C;
}
</style>
background-color css
<style>
a { background-color: #387D3C; }
a { background-color: rgb(56,125,60); }
div.DivClassName
{
background-color: #387D3C;
}
.BgClassName
{
background-color: #387D3C;
}
</style>
border-color css
<style>
span { border-color: #387D3C; }
span { border-color: rgb(56,125,60); }
td.TdClassName
{
border-color: #387D3C;
}
.TagClassName
{
border-color: #387D3C;
}
</style>