Shades of Japanese Laurel #3B7136
Tints of Japanese Laurel #3B7136
RGB
CMYK
RGB Variations
Color information
#3B7136 (or 0x3B7136) is known color: Japanese Laurel. HEX triplet: 3B, 71 and 36. RGB value is (59,113,54). Sum of RGB (Red+Green+Blue) = 59+113+54=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #3B7136 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7136 is #C48EC9. Grayscale: #5A5A5A. Windows color (decimal): -12881610 or 3567931. OLE color: 3567931.
HSL color Cylindrical-coordinate representation of color #3B7136: hue angle of 114.92º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B7136 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 113 | 54 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.56 |
| HSL | 114.92º | 0.35% | 0.33% | - |
| HSV(B) | 114.92º | 0.52% | 0.44% | - |
| XYZ | 8.37 | 13.01 | 5.56 | - |
| YUV | 90.13 | 107.61 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 113 | 54 | 0.48 | 0 | 0.52 | 0.56 | 114.92 | 0.35 | 0.33 |
| Hex | 3B | 71 | 36 | 30 | 0 | 34 | 38 | 73 | 23 | 21 |
| Octal | 73 | 161 | 66 | 60 | 0 | 64 | 70 | 163 | 43 | 41 |
| Binary | 111011 | 1110001 | 110110 | 110000 | 0 | 110100 | 111000 | 1110011 | 100011 | 100001 |
Color Harmonies of #3B7136
Complementary color
Monochromatic Colors of #3B7136
Black with #3B7136
Text Example
Text Example
White with #3B7136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7136; }
p { color: rgb(59,113,54); }
H1.HeaderClassName
{
color: #3B7136;
}
.AnyTagClassName
{
color: #3B7136;
}
</style>
background-color css
<style>
a { background-color: #3B7136; }
a { background-color: rgb(59,113,54); }
div.DivClassName
{
background-color: #3B7136;
}
.BgClassName
{
background-color: #3B7136;
}
</style>
border-color css
<style>
span { border-color: #3B7136; }
span { border-color: rgb(59,113,54); }
td.TdClassName
{
border-color: #3B7136;
}
.TagClassName
{
border-color: #3B7136;
}
</style>