Shades of Japanese Laurel #3F743E
Tints of Japanese Laurel #3F743E
RGB
CMYK
RGB Variations
Color information
#3F743E (or 0x3F743E) is known color: Japanese Laurel. HEX triplet: 3F, 74 and 3E. RGB value is (63,116,62). Sum of RGB (Red+Green+Blue) = 63+116+62=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #3F743E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F743E is #C08BC1. Grayscale: #5E5E5E. Windows color (decimal): -12618690 or 4092991. OLE color: 4092991.
HSL color Cylindrical-coordinate representation of color #3F743E: hue angle of 118.89º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F743E is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 116 | 62 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.55 |
| HSL | 118.89º | 0.3% | 0.35% | - |
| HSV(B) | 118.89º | 0.47% | 0.45% | - |
| XYZ | 9.16 | 13.9 | 6.76 | - |
| YUV | 94 | 109.94 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 116 | 62 | 0.46 | 0 | 0.47 | 0.55 | 118.89 | 0.3 | 0.35 |
| Hex | 3F | 74 | 3E | 2E | 0 | 2F | 37 | 77 | 1E | 23 |
| Octal | 77 | 164 | 76 | 56 | 0 | 57 | 67 | 167 | 36 | 43 |
| Binary | 111111 | 1110100 | 111110 | 101110 | 0 | 101111 | 110111 | 1110111 | 11110 | 100011 |
Color Harmonies of #3F743E
Complementary color
Monochromatic Colors of #3F743E
Black with #3F743E
Text Example
Text Example
White with #3F743E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F743E; }
p { color: rgb(63,116,62); }
H1.HeaderClassName
{
color: #3F743E;
}
.AnyTagClassName
{
color: #3F743E;
}
</style>
background-color css
<style>
a { background-color: #3F743E; }
a { background-color: rgb(63,116,62); }
div.DivClassName
{
background-color: #3F743E;
}
.BgClassName
{
background-color: #3F743E;
}
</style>
border-color css
<style>
span { border-color: #3F743E; }
span { border-color: rgb(63,116,62); }
td.TdClassName
{
border-color: #3F743E;
}
.TagClassName
{
border-color: #3F743E;
}
</style>