Shades of Japanese Laurel #386B39
Tints of Japanese Laurel #386B39
RGB
CMYK
RGB Variations
Color information
#386B39 (or 0x386B39) is known color: Japanese Laurel. HEX triplet: 38, 6B and 39. RGB value is (56,107,57). Sum of RGB (Red+Green+Blue) = 56+107+57=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #386B39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386B39 is #C794C6. Grayscale: #565656. Windows color (decimal): -13079751 or 3763000. OLE color: 3763000.
HSL color Cylindrical-coordinate representation of color #386B39: hue angle of 121.18º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #386B39 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 107 | 57 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.58 |
| HSL | 121.18º | 0.31% | 0.32% | - |
| HSV(B) | 121.18º | 0.48% | 0.42% | - |
| XYZ | 7.63 | 11.65 | 5.72 | - |
| YUV | 86.05 | 111.6 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 57 | 0.48 | 0 | 0.47 | 0.58 | 121.18 | 0.31 | 0.32 |
| Hex | 38 | 6B | 39 | 30 | 0 | 2F | 3A | 79 | 1F | 20 |
| Octal | 70 | 153 | 71 | 60 | 0 | 57 | 72 | 171 | 37 | 40 |
| Binary | 111000 | 1101011 | 111001 | 110000 | 0 | 101111 | 111010 | 1111001 | 11111 | 100000 |
Color Harmonies of #386B39
Complementary color
Monochromatic Colors of #386B39
Black with #386B39
Text Example
Text Example
White with #386B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386B39; }
p { color: rgb(56,107,57); }
H1.HeaderClassName
{
color: #386B39;
}
.AnyTagClassName
{
color: #386B39;
}
</style>
background-color css
<style>
a { background-color: #386B39; }
a { background-color: rgb(56,107,57); }
div.DivClassName
{
background-color: #386B39;
}
.BgClassName
{
background-color: #386B39;
}
</style>
border-color css
<style>
span { border-color: #386B39; }
span { border-color: rgb(56,107,57); }
td.TdClassName
{
border-color: #386B39;
}
.TagClassName
{
border-color: #386B39;
}
</style>