Shades of Japanese Laurel #3B743B
Tints of Japanese Laurel #3B743B
RGB
CMYK
RGB Variations
Color information
#3B743B (or 0x3B743B) is known color: Japanese Laurel. HEX triplet: 3B, 74 and 3B. RGB value is (59,116,59). Sum of RGB (Red+Green+Blue) = 59+116+59=234 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.21% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #3B743B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B743B is #C48BC4. Grayscale: #5C5C5C. Windows color (decimal): -12880837 or 3896379. OLE color: 3896379.
HSL color Cylindrical-coordinate representation of color #3B743B: hue angle of 120º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B743B is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 116 | 59 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.55 |
| HSL | 120º | 0.33% | 0.34% | - |
| HSV(B) | 120º | 0.49% | 0.45% | - |
| XYZ | 8.84 | 13.74 | 6.32 | - |
| YUV | 92.46 | 109.12 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 116 | 59 | 0.49 | 0 | 0.49 | 0.55 | 120 | 0.33 | 0.34 |
| Hex | 3B | 74 | 3B | 31 | 0 | 31 | 37 | 78 | 21 | 22 |
| Octal | 73 | 164 | 73 | 61 | 0 | 61 | 67 | 170 | 41 | 42 |
| Binary | 111011 | 1110100 | 111011 | 110001 | 0 | 110001 | 110111 | 1111000 | 100001 | 100010 |
Color Harmonies of #3B743B
Complementary color
Monochromatic Colors of #3B743B
Black with #3B743B
Text Example
Text Example
White with #3B743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B743B; }
p { color: rgb(59,116,59); }
H1.HeaderClassName
{
color: #3B743B;
}
.AnyTagClassName
{
color: #3B743B;
}
</style>
background-color css
<style>
a { background-color: #3B743B; }
a { background-color: rgb(59,116,59); }
div.DivClassName
{
background-color: #3B743B;
}
.BgClassName
{
background-color: #3B743B;
}
</style>
border-color css
<style>
span { border-color: #3B743B; }
span { border-color: rgb(59,116,59); }
td.TdClassName
{
border-color: #3B743B;
}
.TagClassName
{
border-color: #3B743B;
}
</style>