Shades of Japanese Laurel #3B7737
Tints of Japanese Laurel #3B7737
RGB
CMYK
RGB Variations
Color information
#3B7737 (or 0x3B7737) is known color: Japanese Laurel. HEX triplet: 3B, 77 and 37. RGB value is (59,119,55). Sum of RGB (Red+Green+Blue) = 59+119+55=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #3B7737 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7737 is #C488C8. Grayscale: #5D5D5D. Windows color (decimal): -12880073 or 3635003. OLE color: 3635003.
HSL color Cylindrical-coordinate representation of color #3B7737: hue angle of 116.25º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B7737 is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 119 | 55 | - |
| CMYK | 0.50 | 0 | 0.54 | 0.53 |
| HSL | 116.25º | 0.37% | 0.34% | - |
| HSV(B) | 116.25º | 0.54% | 0.47% | - |
| XYZ | 9.09 | 14.4 | 5.91 | - |
| YUV | 93.76 | 106.12 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 119 | 55 | 0.50 | 0 | 0.54 | 0.53 | 116.25 | 0.37 | 0.34 |
| Hex | 3B | 77 | 37 | 32 | 0 | 36 | 35 | 74 | 25 | 22 |
| Octal | 73 | 167 | 67 | 62 | 0 | 66 | 65 | 164 | 45 | 42 |
| Binary | 111011 | 1110111 | 110111 | 110010 | 0 | 110110 | 110101 | 1110100 | 100101 | 100010 |
Color Harmonies of #3B7737
Complementary color
Monochromatic Colors of #3B7737
Black with #3B7737
Text Example
Text Example
White with #3B7737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7737; }
p { color: rgb(59,119,55); }
H1.HeaderClassName
{
color: #3B7737;
}
.AnyTagClassName
{
color: #3B7737;
}
</style>
background-color css
<style>
a { background-color: #3B7737; }
a { background-color: rgb(59,119,55); }
div.DivClassName
{
background-color: #3B7737;
}
.BgClassName
{
background-color: #3B7737;
}
</style>
border-color css
<style>
span { border-color: #3B7737; }
span { border-color: rgb(59,119,55); }
td.TdClassName
{
border-color: #3B7737;
}
.TagClassName
{
border-color: #3B7737;
}
</style>