Shades of Japanese Laurel #3B863B
Tints of Japanese Laurel #3B863B
RGB
CMYK
RGB Variations
Color information
#3B863B (or 0x3B863B) is known color: Japanese Laurel. HEX triplet: 3B, 86 and 3B. RGB value is (59,134,59). Sum of RGB (Red+Green+Blue) = 59+134+59=252 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.41% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #3B863B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B863B is #C479C4. Grayscale: #676767. Windows color (decimal): -12876229 or 3900987. OLE color: 3900987.
HSL color Cylindrical-coordinate representation of color #3B863B: hue angle of 120º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B863B is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 59 | 134 | 59 | - |
| CMYK | 0.56 | 0 | 0.56 | 0.47 |
| HSL | 120º | 0.39% | 0.38% | - |
| HSV(B) | 120º | 0.56% | 0.53% | - |
| XYZ | 11.12 | 18.3 | 7.08 | - |
| YUV | 103.03 | 103.15 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 134 | 59 | 0.56 | 0 | 0.56 | 0.47 | 120 | 0.39 | 0.38 |
| Hex | 3B | 86 | 3B | 38 | 0 | 38 | 2F | 78 | 27 | 26 |
| Octal | 73 | 206 | 73 | 70 | 0 | 70 | 57 | 170 | 47 | 46 |
| Binary | 111011 | 10000110 | 111011 | 111000 | 0 | 111000 | 101111 | 1111000 | 100111 | 100110 |
Color Harmonies of #3B863B
Complementary color
Monochromatic Colors of #3B863B
Black with #3B863B
Text Example
Text Example
White with #3B863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B863B; }
p { color: rgb(59,134,59); }
H1.HeaderClassName
{
color: #3B863B;
}
.AnyTagClassName
{
color: #3B863B;
}
</style>
background-color css
<style>
a { background-color: #3B863B; }
a { background-color: rgb(59,134,59); }
div.DivClassName
{
background-color: #3B863B;
}
.BgClassName
{
background-color: #3B863B;
}
</style>
border-color css
<style>
span { border-color: #3B863B; }
span { border-color: rgb(59,134,59); }
td.TdClassName
{
border-color: #3B863B;
}
.TagClassName
{
border-color: #3B863B;
}
</style>