Shades of Japanese Laurel #3B7335
Tints of Japanese Laurel #3B7335
RGB
CMYK
RGB Variations
Color information
#3B7335 (or 0x3B7335) is known color: Japanese Laurel. HEX triplet: 3B, 73 and 35. RGB value is (59,115,53). Sum of RGB (Red+Green+Blue) = 59+115+53=227 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.99% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #3B7335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7335 is #C48CCA. Grayscale: #5B5B5B. Windows color (decimal): -12881099 or 3502907. OLE color: 3502907.
HSL color Cylindrical-coordinate representation of color #3B7335: hue angle of 114.19º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B7335 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 115 | 53 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.55 |
| HSL | 114.19º | 0.37% | 0.33% | - |
| HSV(B) | 114.19º | 0.54% | 0.45% | - |
| XYZ | 8.58 | 13.45 | 5.51 | - |
| YUV | 91.19 | 106.45 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 115 | 53 | 0.49 | 0 | 0.54 | 0.55 | 114.19 | 0.37 | 0.33 |
| Hex | 3B | 73 | 35 | 31 | 0 | 36 | 37 | 72 | 25 | 21 |
| Octal | 73 | 163 | 65 | 61 | 0 | 66 | 67 | 162 | 45 | 41 |
| Binary | 111011 | 1110011 | 110101 | 110001 | 0 | 110110 | 110111 | 1110010 | 100101 | 100001 |
Color Harmonies of #3B7335
Complementary color
Monochromatic Colors of #3B7335
Black with #3B7335
Text Example
Text Example
White with #3B7335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7335; }
p { color: rgb(59,115,53); }
H1.HeaderClassName
{
color: #3B7335;
}
.AnyTagClassName
{
color: #3B7335;
}
</style>
background-color css
<style>
a { background-color: #3B7335; }
a { background-color: rgb(59,115,53); }
div.DivClassName
{
background-color: #3B7335;
}
.BgClassName
{
background-color: #3B7335;
}
</style>
border-color css
<style>
span { border-color: #3B7335; }
span { border-color: rgb(59,115,53); }
td.TdClassName
{
border-color: #3B7335;
}
.TagClassName
{
border-color: #3B7335;
}
</style>