Shades of Japanese Laurel #3F763A
Tints of Japanese Laurel #3F763A
RGB
CMYK
RGB Variations
Color information
#3F763A (or 0x3F763A) is known color: Japanese Laurel. HEX triplet: 3F, 76 and 3A. RGB value is (63,118,58). Sum of RGB (Red+Green+Blue) = 63+118+58=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #3F763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F763A is #C089C5. Grayscale: #5E5E5E. Windows color (decimal): -12618182 or 3831359. OLE color: 3831359.
HSL color Cylindrical-coordinate representation of color #3F763A: hue angle of 115º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F763A is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 118 | 58 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.54 |
| HSL | 115º | 0.34% | 0.35% | - |
| HSV(B) | 115º | 0.51% | 0.46% | - |
| XYZ | 9.29 | 14.32 | 6.28 | - |
| YUV | 94.72 | 107.28 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 58 | 0.47 | 0 | 0.51 | 0.54 | 115 | 0.34 | 0.35 |
| Hex | 3F | 76 | 3A | 2F | 0 | 33 | 36 | 73 | 22 | 23 |
| Octal | 77 | 166 | 72 | 57 | 0 | 63 | 66 | 163 | 42 | 43 |
| Binary | 111111 | 1110110 | 111010 | 101111 | 0 | 110011 | 110110 | 1110011 | 100010 | 100011 |
Color Harmonies of #3F763A
Complementary color
Monochromatic Colors of #3F763A
Black with #3F763A
Text Example
Text Example
White with #3F763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F763A; }
p { color: rgb(63,118,58); }
H1.HeaderClassName
{
color: #3F763A;
}
.AnyTagClassName
{
color: #3F763A;
}
</style>
background-color css
<style>
a { background-color: #3F763A; }
a { background-color: rgb(63,118,58); }
div.DivClassName
{
background-color: #3F763A;
}
.BgClassName
{
background-color: #3F763A;
}
</style>
border-color css
<style>
span { border-color: #3F763A; }
span { border-color: rgb(63,118,58); }
td.TdClassName
{
border-color: #3F763A;
}
.TagClassName
{
border-color: #3F763A;
}
</style>