Shades of Japanese Laurel #3F733E
Tints of Japanese Laurel #3F733E
RGB
CMYK
RGB Variations
Color information
#3F733E (or 0x3F733E) is known color: Japanese Laurel. HEX triplet: 3F, 73 and 3E. RGB value is (63,115,62). Sum of RGB (Red+Green+Blue) = 63+115+62=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #3F733E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F733E is #C08CC1. Grayscale: #5D5D5D. Windows color (decimal): -12618946 or 4092735. OLE color: 4092735.
HSL color Cylindrical-coordinate representation of color #3F733E: hue angle of 118.87º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F733E is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 115 | 62 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.55 |
| HSL | 118.87º | 0.3% | 0.35% | - |
| HSV(B) | 118.87º | 0.46% | 0.45% | - |
| XYZ | 9.05 | 13.67 | 6.72 | - |
| YUV | 93.41 | 110.27 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 62 | 0.45 | 0 | 0.46 | 0.55 | 118.87 | 0.3 | 0.35 |
| Hex | 3F | 73 | 3E | 2D | 0 | 2E | 37 | 77 | 1E | 23 |
| Octal | 77 | 163 | 76 | 55 | 0 | 56 | 67 | 167 | 36 | 43 |
| Binary | 111111 | 1110011 | 111110 | 101101 | 0 | 101110 | 110111 | 1110111 | 11110 | 100011 |
Color Harmonies of #3F733E
Complementary color
Monochromatic Colors of #3F733E
Black with #3F733E
Text Example
Text Example
White with #3F733E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F733E; }
p { color: rgb(63,115,62); }
H1.HeaderClassName
{
color: #3F733E;
}
.AnyTagClassName
{
color: #3F733E;
}
</style>
background-color css
<style>
a { background-color: #3F733E; }
a { background-color: rgb(63,115,62); }
div.DivClassName
{
background-color: #3F733E;
}
.BgClassName
{
background-color: #3F733E;
}
</style>
border-color css
<style>
span { border-color: #3F733E; }
span { border-color: rgb(63,115,62); }
td.TdClassName
{
border-color: #3F733E;
}
.TagClassName
{
border-color: #3F733E;
}
</style>