Shades of Japanese Laurel #386F3B
Tints of Japanese Laurel #386F3B
RGB
CMYK
RGB Variations
Color information
#386F3B (or 0x386F3B) is known color: Japanese Laurel. HEX triplet: 38, 6F and 3B. RGB value is (56,111,59). Sum of RGB (Red+Green+Blue) = 56+111+59=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #386F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386F3B is #C790C4. Grayscale: #585858. Windows color (decimal): -13078725 or 3895096. OLE color: 3895096.
HSL color Cylindrical-coordinate representation of color #386F3B: hue angle of 123.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386F3B is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 111 | 59 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.56 |
| HSL | 123.27º | 0.33% | 0.33% | - |
| HSV(B) | 123.27º | 0.5% | 0.44% | - |
| XYZ | 8.1 | 12.53 | 6.13 | - |
| YUV | 88.63 | 111.28 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 59 | 0.50 | 0 | 0.47 | 0.56 | 123.27 | 0.33 | 0.33 |
| Hex | 38 | 6F | 3B | 32 | 0 | 2F | 38 | 7B | 21 | 21 |
| Octal | 70 | 157 | 73 | 62 | 0 | 57 | 70 | 173 | 41 | 41 |
| Binary | 111000 | 1101111 | 111011 | 110010 | 0 | 101111 | 111000 | 1111011 | 100001 | 100001 |
Color Harmonies of #386F3B
Complementary color
Monochromatic Colors of #386F3B
Black with #386F3B
Text Example
Text Example
White with #386F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F3B; }
p { color: rgb(56,111,59); }
H1.HeaderClassName
{
color: #386F3B;
}
.AnyTagClassName
{
color: #386F3B;
}
</style>
background-color css
<style>
a { background-color: #386F3B; }
a { background-color: rgb(56,111,59); }
div.DivClassName
{
background-color: #386F3B;
}
.BgClassName
{
background-color: #386F3B;
}
</style>
border-color css
<style>
span { border-color: #386F3B; }
span { border-color: rgb(56,111,59); }
td.TdClassName
{
border-color: #386F3B;
}
.TagClassName
{
border-color: #386F3B;
}
</style>