Shades of Japanese Laurel #3B7337
Tints of Japanese Laurel #3B7337
RGB
CMYK
RGB Variations
Color information
#3B7337 (or 0x3B7337) is known color: Japanese Laurel. HEX triplet: 3B, 73 and 37. RGB value is (59,115,55). Sum of RGB (Red+Green+Blue) = 59+115+55=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #3B7337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7337 is #C48CC8. Grayscale: #5B5B5B. Windows color (decimal): -12881097 or 3633979. OLE color: 3633979.
HSL color Cylindrical-coordinate representation of color #3B7337: hue angle of 116º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B7337 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 115 | 55 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.55 |
| HSL | 116º | 0.35% | 0.33% | - |
| HSV(B) | 116º | 0.52% | 0.45% | - |
| XYZ | 8.62 | 13.47 | 5.76 | - |
| YUV | 91.42 | 107.45 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 115 | 55 | 0.49 | 0 | 0.52 | 0.55 | 116 | 0.35 | 0.33 |
| Hex | 3B | 73 | 37 | 31 | 0 | 34 | 37 | 74 | 23 | 21 |
| Octal | 73 | 163 | 67 | 61 | 0 | 64 | 67 | 164 | 43 | 41 |
| Binary | 111011 | 1110011 | 110111 | 110001 | 0 | 110100 | 110111 | 1110100 | 100011 | 100001 |
Color Harmonies of #3B7337
Complementary color
Monochromatic Colors of #3B7337
Black with #3B7337
Text Example
Text Example
White with #3B7337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7337; }
p { color: rgb(59,115,55); }
H1.HeaderClassName
{
color: #3B7337;
}
.AnyTagClassName
{
color: #3B7337;
}
</style>
background-color css
<style>
a { background-color: #3B7337; }
a { background-color: rgb(59,115,55); }
div.DivClassName
{
background-color: #3B7337;
}
.BgClassName
{
background-color: #3B7337;
}
</style>
border-color css
<style>
span { border-color: #3B7337; }
span { border-color: rgb(59,115,55); }
td.TdClassName
{
border-color: #3B7337;
}
.TagClassName
{
border-color: #3B7337;
}
</style>