Shades of Japanese Laurel #386B37
Tints of Japanese Laurel #386B37
RGB
CMYK
RGB Variations
Color information
#386B37 (or 0x386B37) is known color: Japanese Laurel. HEX triplet: 38, 6B and 37. RGB value is (56,107,55). Sum of RGB (Red+Green+Blue) = 56+107+55=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 107 (42.19% from 255 or 49.08% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 107 - color contains mainly: green. Hex color #386B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386B37 is #C794C8. Grayscale: #555555. Windows color (decimal): -13079753 or 3631928. OLE color: 3631928.
HSL color Cylindrical-coordinate representation of color #386B37: hue angle of 118.85º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386B37 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 107 | 55 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.58 |
| HSL | 118.85º | 0.32% | 0.32% | - |
| HSV(B) | 118.85º | 0.49% | 0.42% | - |
| XYZ | 7.58 | 11.63 | 5.46 | - |
| YUV | 85.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 55 | 0.48 | 0 | 0.49 | 0.58 | 118.85 | 0.32 | 0.32 |
| Hex | 38 | 6B | 37 | 30 | 0 | 31 | 3A | 77 | 20 | 20 |
| Octal | 70 | 153 | 67 | 60 | 0 | 61 | 72 | 167 | 40 | 40 |
| Binary | 111000 | 1101011 | 110111 | 110000 | 0 | 110001 | 111010 | 1110111 | 100000 | 100000 |
Color Harmonies of #386B37
Complementary color
Monochromatic Colors of #386B37
Black with #386B37
Text Example
Text Example
White with #386B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386B37; }
p { color: rgb(56,107,55); }
H1.HeaderClassName
{
color: #386B37;
}
.AnyTagClassName
{
color: #386B37;
}
</style>
background-color css
<style>
a { background-color: #386B37; }
a { background-color: rgb(56,107,55); }
div.DivClassName
{
background-color: #386B37;
}
.BgClassName
{
background-color: #386B37;
}
</style>
border-color css
<style>
span { border-color: #386B37; }
span { border-color: rgb(56,107,55); }
td.TdClassName
{
border-color: #386B37;
}
.TagClassName
{
border-color: #386B37;
}
</style>