Shades of Japanese Laurel #3B7B37
Tints of Japanese Laurel #3B7B37
RGB
CMYK
RGB Variations
Color information
#3B7B37 (or 0x3B7B37) is known color: Japanese Laurel. HEX triplet: 3B, 7B and 37. RGB value is (59,123,55). Sum of RGB (Red+Green+Blue) = 59+123+55=237 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.89% from 237); Green value is 123 (48.44% from 255 or 51.90% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 123 - color contains mainly: green. Hex color #3B7B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7B37 is #C484C8. Grayscale: #606060. Windows color (decimal): -12879049 or 3636027. OLE color: 3636027.
HSL color Cylindrical-coordinate representation of color #3B7B37: hue angle of 116.47º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B7B37 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 123 | 55 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.52 |
| HSL | 116.47º | 0.38% | 0.35% | - |
| HSV(B) | 116.47º | 0.55% | 0.48% | - |
| XYZ | 9.58 | 15.37 | 6.08 | - |
| YUV | 96.11 | 104.8 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 123 | 55 | 0.52 | 0 | 0.55 | 0.52 | 116.47 | 0.38 | 0.35 |
| Hex | 3B | 7B | 37 | 34 | 0 | 37 | 34 | 74 | 26 | 23 |
| Octal | 73 | 173 | 67 | 64 | 0 | 67 | 64 | 164 | 46 | 43 |
| Binary | 111011 | 1111011 | 110111 | 110100 | 0 | 110111 | 110100 | 1110100 | 100110 | 100011 |
Color Harmonies of #3B7B37
Complementary color
Monochromatic Colors of #3B7B37
Black with #3B7B37
Text Example
Text Example
White with #3B7B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7B37; }
p { color: rgb(59,123,55); }
H1.HeaderClassName
{
color: #3B7B37;
}
.AnyTagClassName
{
color: #3B7B37;
}
</style>
background-color css
<style>
a { background-color: #3B7B37; }
a { background-color: rgb(59,123,55); }
div.DivClassName
{
background-color: #3B7B37;
}
.BgClassName
{
background-color: #3B7B37;
}
</style>
border-color css
<style>
span { border-color: #3B7B37; }
span { border-color: rgb(59,123,55); }
td.TdClassName
{
border-color: #3B7B37;
}
.TagClassName
{
border-color: #3B7B37;
}
</style>