Shades of Japanese Laurel #3F763E
Tints of Japanese Laurel #3F763E
RGB
CMYK
RGB Variations
Color information
#3F763E (or 0x3F763E) is known color: Japanese Laurel. HEX triplet: 3F, 76 and 3E. RGB value is (63,118,62). Sum of RGB (Red+Green+Blue) = 63+118+62=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #3F763E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F763E is #C089C1. Grayscale: #5F5F5F. Windows color (decimal): -12618178 or 4093503. OLE color: 4093503.
HSL color Cylindrical-coordinate representation of color #3F763E: hue angle of 118.93º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F763E is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 118 | 62 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.54 |
| HSL | 118.93º | 0.31% | 0.35% | - |
| HSV(B) | 118.93º | 0.47% | 0.46% | - |
| XYZ | 9.4 | 14.36 | 6.83 | - |
| YUV | 95.17 | 109.28 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 62 | 0.47 | 0 | 0.47 | 0.54 | 118.93 | 0.31 | 0.35 |
| Hex | 3F | 76 | 3E | 2F | 0 | 2F | 36 | 77 | 1F | 23 |
| Octal | 77 | 166 | 76 | 57 | 0 | 57 | 66 | 167 | 37 | 43 |
| Binary | 111111 | 1110110 | 111110 | 101111 | 0 | 101111 | 110110 | 1110111 | 11111 | 100011 |
Color Harmonies of #3F763E
Complementary color
Monochromatic Colors of #3F763E
Black with #3F763E
Text Example
Text Example
White with #3F763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F763E; }
p { color: rgb(63,118,62); }
H1.HeaderClassName
{
color: #3F763E;
}
.AnyTagClassName
{
color: #3F763E;
}
</style>
background-color css
<style>
a { background-color: #3F763E; }
a { background-color: rgb(63,118,62); }
div.DivClassName
{
background-color: #3F763E;
}
.BgClassName
{
background-color: #3F763E;
}
</style>
border-color css
<style>
span { border-color: #3F763E; }
span { border-color: rgb(63,118,62); }
td.TdClassName
{
border-color: #3F763E;
}
.TagClassName
{
border-color: #3F763E;
}
</style>