Shades of Japanese Laurel #3B883F
Tints of Japanese Laurel #3B883F
RGB
CMYK
RGB Variations
Color information
#3B883F (or 0x3B883F) is known color: Japanese Laurel. HEX triplet: 3B, 88 and 3F. RGB value is (59,136,63). Sum of RGB (Red+Green+Blue) = 59+136+63=258 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.87% from 258); Green value is 136 (53.52% from 255 or 52.71% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 136 - color contains mainly: green. Hex color #3B883F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B883F is #C477C0. Grayscale: #686868. Windows color (decimal): -12875713 or 4163643. OLE color: 4163643.
HSL color Cylindrical-coordinate representation of color #3B883F: hue angle of 123.12º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B883F is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 59 | 136 | 63 | - |
| CMYK | 0.57 | 0 | 0.54 | 0.47 |
| HSL | 123.12º | 0.39% | 0.38% | - |
| HSV(B) | 123.12º | 0.57% | 0.53% | - |
| XYZ | 11.51 | 18.9 | 7.74 | - |
| YUV | 104.66 | 104.49 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 136 | 63 | 0.57 | 0 | 0.54 | 0.47 | 123.12 | 0.39 | 0.38 |
| Hex | 3B | 88 | 3F | 39 | 0 | 36 | 2F | 7B | 27 | 26 |
| Octal | 73 | 210 | 77 | 71 | 0 | 66 | 57 | 173 | 47 | 46 |
| Binary | 111011 | 10001000 | 111111 | 111001 | 0 | 110110 | 101111 | 1111011 | 100111 | 100110 |
Color Harmonies of #3B883F
Complementary color
Monochromatic Colors of #3B883F
Black with #3B883F
Text Example
Text Example
White with #3B883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B883F; }
p { color: rgb(59,136,63); }
H1.HeaderClassName
{
color: #3B883F;
}
.AnyTagClassName
{
color: #3B883F;
}
</style>
background-color css
<style>
a { background-color: #3B883F; }
a { background-color: rgb(59,136,63); }
div.DivClassName
{
background-color: #3B883F;
}
.BgClassName
{
background-color: #3B883F;
}
</style>
border-color css
<style>
span { border-color: #3B883F; }
span { border-color: rgb(59,136,63); }
td.TdClassName
{
border-color: #3B883F;
}
.TagClassName
{
border-color: #3B883F;
}
</style>