Shades of Japanese Laurel #3F843D
Tints of Japanese Laurel #3F843D
RGB
CMYK
RGB Variations
Color information
#3F843D (or 0x3F843D) is known color: Japanese Laurel. HEX triplet: 3F, 84 and 3D. RGB value is (63,132,61). Sum of RGB (Red+Green+Blue) = 63+132+61=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #3F843D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F843D is #C07BC2. Grayscale: #676767. Windows color (decimal): -12614595 or 4031551. OLE color: 4031551.
HSL color Cylindrical-coordinate representation of color #3F843D: hue angle of 118.31º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F843D is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 132 | 61 | - |
| CMYK | 0.52 | 0 | 0.54 | 0.48 |
| HSL | 118.31º | 0.37% | 0.38% | - |
| HSV(B) | 118.31º | 0.54% | 0.52% | - |
| XYZ | 11.14 | 17.9 | 7.28 | - |
| YUV | 103.28 | 104.14 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 132 | 61 | 0.52 | 0 | 0.54 | 0.48 | 118.31 | 0.37 | 0.38 |
| Hex | 3F | 84 | 3D | 34 | 0 | 36 | 30 | 76 | 25 | 26 |
| Octal | 77 | 204 | 75 | 64 | 0 | 66 | 60 | 166 | 45 | 46 |
| Binary | 111111 | 10000100 | 111101 | 110100 | 0 | 110110 | 110000 | 1110110 | 100101 | 100110 |
Color Harmonies of #3F843D
Complementary color
Monochromatic Colors of #3F843D
Black with #3F843D
Text Example
Text Example
White with #3F843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F843D; }
p { color: rgb(63,132,61); }
H1.HeaderClassName
{
color: #3F843D;
}
.AnyTagClassName
{
color: #3F843D;
}
</style>
background-color css
<style>
a { background-color: #3F843D; }
a { background-color: rgb(63,132,61); }
div.DivClassName
{
background-color: #3F843D;
}
.BgClassName
{
background-color: #3F843D;
}
</style>
border-color css
<style>
span { border-color: #3F843D; }
span { border-color: rgb(63,132,61); }
td.TdClassName
{
border-color: #3F843D;
}
.TagClassName
{
border-color: #3F843D;
}
</style>