Shades of Japanese Laurel #3F763D
Tints of Japanese Laurel #3F763D
RGB
CMYK
RGB Variations
Color information
#3F763D (or 0x3F763D) is known color: Japanese Laurel. HEX triplet: 3F, 76 and 3D. RGB value is (63,118,61). Sum of RGB (Red+Green+Blue) = 63+118+61=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #3F763D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F763D is #C089C2. Grayscale: #5F5F5F. Windows color (decimal): -12618179 or 4027967. OLE color: 4027967.
HSL color Cylindrical-coordinate representation of color #3F763D: hue angle of 117.89º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F763D is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 118 | 61 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.54 |
| HSL | 117.89º | 0.32% | 0.35% | - |
| HSV(B) | 117.89º | 0.48% | 0.46% | - |
| XYZ | 9.37 | 14.35 | 6.69 | - |
| YUV | 95.06 | 108.78 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 61 | 0.47 | 0 | 0.48 | 0.54 | 117.89 | 0.32 | 0.35 |
| Hex | 3F | 76 | 3D | 2F | 0 | 30 | 36 | 76 | 20 | 23 |
| Octal | 77 | 166 | 75 | 57 | 0 | 60 | 66 | 166 | 40 | 43 |
| Binary | 111111 | 1110110 | 111101 | 101111 | 0 | 110000 | 110110 | 1110110 | 100000 | 100011 |
Color Harmonies of #3F763D
Complementary color
Monochromatic Colors of #3F763D
Black with #3F763D
Text Example
Text Example
White with #3F763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F763D; }
p { color: rgb(63,118,61); }
H1.HeaderClassName
{
color: #3F763D;
}
.AnyTagClassName
{
color: #3F763D;
}
</style>
background-color css
<style>
a { background-color: #3F763D; }
a { background-color: rgb(63,118,61); }
div.DivClassName
{
background-color: #3F763D;
}
.BgClassName
{
background-color: #3F763D;
}
</style>
border-color css
<style>
span { border-color: #3F763D; }
span { border-color: rgb(63,118,61); }
td.TdClassName
{
border-color: #3F763D;
}
.TagClassName
{
border-color: #3F763D;
}
</style>