Shades of Japanese Laurel #3B863C
Tints of Japanese Laurel #3B863C
RGB
CMYK
RGB Variations
Color information
#3B863C (or 0x3B863C) is known color: Japanese Laurel. HEX triplet: 3B, 86 and 3C. RGB value is (59,134,60). Sum of RGB (Red+Green+Blue) = 59+134+60=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #3B863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B863C is #C479C3. Grayscale: #676767. Windows color (decimal): -12876228 or 3966523. OLE color: 3966523.
HSL color Cylindrical-coordinate representation of color #3B863C: hue angle of 120.8º 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 #3B863C is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 59 | 134 | 60 | - |
| CMYK | 0.56 | 0 | 0.55 | 0.47 |
| HSL | 120.8º | 0.39% | 0.38% | - |
| HSV(B) | 120.8º | 0.56% | 0.53% | - |
| XYZ | 11.14 | 18.31 | 7.22 | - |
| YUV | 103.14 | 103.65 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 134 | 60 | 0.56 | 0 | 0.55 | 0.47 | 120.8 | 0.39 | 0.38 |
| Hex | 3B | 86 | 3C | 38 | 0 | 37 | 2F | 79 | 27 | 26 |
| Octal | 73 | 206 | 74 | 70 | 0 | 67 | 57 | 171 | 47 | 46 |
| Binary | 111011 | 10000110 | 111100 | 111000 | 0 | 110111 | 101111 | 1111001 | 100111 | 100110 |
Color Harmonies of #3B863C
Complementary color
Monochromatic Colors of #3B863C
Black with #3B863C
Text Example
Text Example
White with #3B863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B863C; }
p { color: rgb(59,134,60); }
H1.HeaderClassName
{
color: #3B863C;
}
.AnyTagClassName
{
color: #3B863C;
}
</style>
background-color css
<style>
a { background-color: #3B863C; }
a { background-color: rgb(59,134,60); }
div.DivClassName
{
background-color: #3B863C;
}
.BgClassName
{
background-color: #3B863C;
}
</style>
border-color css
<style>
span { border-color: #3B863C; }
span { border-color: rgb(59,134,60); }
td.TdClassName
{
border-color: #3B863C;
}
.TagClassName
{
border-color: #3B863C;
}
</style>