Shades of Japanese Laurel #3B783F
Tints of Japanese Laurel #3B783F
RGB
CMYK
RGB Variations
Color information
#3B783F (or 0x3B783F) is known color: Japanese Laurel. HEX triplet: 3B, 78 and 3F. RGB value is (59,120,63). Sum of RGB (Red+Green+Blue) = 59+120+63=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 120 (47.27% from 255 or 49.59% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 120 - color contains mainly: green. Hex color #3B783F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B783F is #C487C0. Grayscale: #5F5F5F. Windows color (decimal): -12879809 or 4159547. OLE color: 4159547.
HSL color Cylindrical-coordinate representation of color #3B783F: hue angle of 123.93º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B783F is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 120 | 63 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.53 |
| HSL | 123.93º | 0.34% | 0.35% | - |
| HSV(B) | 123.93º | 0.51% | 0.47% | - |
| XYZ | 9.42 | 14.72 | 7.05 | - |
| YUV | 95.26 | 109.79 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 120 | 63 | 0.51 | 0 | 0.48 | 0.53 | 123.93 | 0.34 | 0.35 |
| Hex | 3B | 78 | 3F | 33 | 0 | 30 | 35 | 7C | 22 | 23 |
| Octal | 73 | 170 | 77 | 63 | 0 | 60 | 65 | 174 | 42 | 43 |
| Binary | 111011 | 1111000 | 111111 | 110011 | 0 | 110000 | 110101 | 1111100 | 100010 | 100011 |
Color Harmonies of #3B783F
Complementary color
Monochromatic Colors of #3B783F
Black with #3B783F
Text Example
Text Example
White with #3B783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B783F; }
p { color: rgb(59,120,63); }
H1.HeaderClassName
{
color: #3B783F;
}
.AnyTagClassName
{
color: #3B783F;
}
</style>
background-color css
<style>
a { background-color: #3B783F; }
a { background-color: rgb(59,120,63); }
div.DivClassName
{
background-color: #3B783F;
}
.BgClassName
{
background-color: #3B783F;
}
</style>
border-color css
<style>
span { border-color: #3B783F; }
span { border-color: rgb(59,120,63); }
td.TdClassName
{
border-color: #3B783F;
}
.TagClassName
{
border-color: #3B783F;
}
</style>