Shades of Japanese Laurel #3B743D
Tints of Japanese Laurel #3B743D
RGB
CMYK
RGB Variations
Color information
#3B743D (or 0x3B743D) is known color: Japanese Laurel. HEX triplet: 3B, 74 and 3D. RGB value is (59,116,61). Sum of RGB (Red+Green+Blue) = 59+116+61=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #3B743D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B743D is #C48BC2. Grayscale: #5C5C5C. Windows color (decimal): -12880835 or 4027451. OLE color: 4027451.
HSL color Cylindrical-coordinate representation of color #3B743D: hue angle of 122.11º 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 #3B743D is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 116 | 61 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.55 |
| HSL | 122.11º | 0.33% | 0.34% | - |
| HSV(B) | 122.11º | 0.49% | 0.45% | - |
| XYZ | 8.89 | 13.76 | 6.6 | - |
| YUV | 92.69 | 110.12 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 116 | 61 | 0.49 | 0 | 0.47 | 0.55 | 122.11 | 0.33 | 0.34 |
| Hex | 3B | 74 | 3D | 31 | 0 | 2F | 37 | 7A | 21 | 22 |
| Octal | 73 | 164 | 75 | 61 | 0 | 57 | 67 | 172 | 41 | 42 |
| Binary | 111011 | 1110100 | 111101 | 110001 | 0 | 101111 | 110111 | 1111010 | 100001 | 100010 |
Color Harmonies of #3B743D
Complementary color
Monochromatic Colors of #3B743D
Black with #3B743D
Text Example
Text Example
White with #3B743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B743D; }
p { color: rgb(59,116,61); }
H1.HeaderClassName
{
color: #3B743D;
}
.AnyTagClassName
{
color: #3B743D;
}
</style>
background-color css
<style>
a { background-color: #3B743D; }
a { background-color: rgb(59,116,61); }
div.DivClassName
{
background-color: #3B743D;
}
.BgClassName
{
background-color: #3B743D;
}
</style>
border-color css
<style>
span { border-color: #3B743D; }
span { border-color: rgb(59,116,61); }
td.TdClassName
{
border-color: #3B743D;
}
.TagClassName
{
border-color: #3B743D;
}
</style>