Shades of Japanese Laurel #3B733D
Tints of Japanese Laurel #3B733D
RGB
CMYK
RGB Variations
Color information
#3B733D (or 0x3B733D) is known color: Japanese Laurel. HEX triplet: 3B, 73 and 3D. RGB value is (59,115,61). Sum of RGB (Red+Green+Blue) = 59+115+61=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #3B733D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B733D is #C48CC2. Grayscale: #5C5C5C. Windows color (decimal): -12881091 or 4027195. OLE color: 4027195.
HSL color Cylindrical-coordinate representation of color #3B733D: hue angle of 122.14º degrees, saturation: 0.32, 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 #3B733D is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 115 | 61 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.55 |
| HSL | 122.14º | 0.32% | 0.34% | - |
| HSV(B) | 122.14º | 0.49% | 0.45% | - |
| XYZ | 8.78 | 13.53 | 6.56 | - |
| YUV | 92.1 | 110.45 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 115 | 61 | 0.49 | 0 | 0.47 | 0.55 | 122.14 | 0.32 | 0.34 |
| Hex | 3B | 73 | 3D | 31 | 0 | 2F | 37 | 7A | 20 | 22 |
| Octal | 73 | 163 | 75 | 61 | 0 | 57 | 67 | 172 | 40 | 42 |
| Binary | 111011 | 1110011 | 111101 | 110001 | 0 | 101111 | 110111 | 1111010 | 100000 | 100010 |
Color Harmonies of #3B733D
Complementary color
Monochromatic Colors of #3B733D
Black with #3B733D
Text Example
Text Example
White with #3B733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B733D; }
p { color: rgb(59,115,61); }
H1.HeaderClassName
{
color: #3B733D;
}
.AnyTagClassName
{
color: #3B733D;
}
</style>
background-color css
<style>
a { background-color: #3B733D; }
a { background-color: rgb(59,115,61); }
div.DivClassName
{
background-color: #3B733D;
}
.BgClassName
{
background-color: #3B733D;
}
</style>
border-color css
<style>
span { border-color: #3B733D; }
span { border-color: rgb(59,115,61); }
td.TdClassName
{
border-color: #3B733D;
}
.TagClassName
{
border-color: #3B733D;
}
</style>