Shades of Japanese Laurel #3B7836
Tints of Japanese Laurel #3B7836
RGB
CMYK
RGB Variations
Color information
#3B7836 (or 0x3B7836) is known color: Japanese Laurel. HEX triplet: 3B, 78 and 36. RGB value is (59,120,54). Sum of RGB (Red+Green+Blue) = 59+120+54=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #3B7836 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7836 is #C487C9. Grayscale: #5E5E5E. Windows color (decimal): -12879818 or 3569723. OLE color: 3569723.
HSL color Cylindrical-coordinate representation of color #3B7836: hue angle of 115.45º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B7836 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 120 | 54 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.53 |
| HSL | 115.45º | 0.38% | 0.34% | - |
| HSV(B) | 115.45º | 0.55% | 0.47% | - |
| XYZ | 9.19 | 14.63 | 5.83 | - |
| YUV | 94.24 | 105.29 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 120 | 54 | 0.51 | 0 | 0.55 | 0.53 | 115.45 | 0.38 | 0.34 |
| Hex | 3B | 78 | 36 | 33 | 0 | 37 | 35 | 73 | 26 | 22 |
| Octal | 73 | 170 | 66 | 63 | 0 | 67 | 65 | 163 | 46 | 42 |
| Binary | 111011 | 1111000 | 110110 | 110011 | 0 | 110111 | 110101 | 1110011 | 100110 | 100010 |
Color Harmonies of #3B7836
Complementary color
Monochromatic Colors of #3B7836
Black with #3B7836
Text Example
Text Example
White with #3B7836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7836; }
p { color: rgb(59,120,54); }
H1.HeaderClassName
{
color: #3B7836;
}
.AnyTagClassName
{
color: #3B7836;
}
</style>
background-color css
<style>
a { background-color: #3B7836; }
a { background-color: rgb(59,120,54); }
div.DivClassName
{
background-color: #3B7836;
}
.BgClassName
{
background-color: #3B7836;
}
</style>
border-color css
<style>
span { border-color: #3B7836; }
span { border-color: rgb(59,120,54); }
td.TdClassName
{
border-color: #3B7836;
}
.TagClassName
{
border-color: #3B7836;
}
</style>