Shades of Japanese Laurel #3F883E
Tints of Japanese Laurel #3F883E
RGB
CMYK
RGB Variations
Color information
#3F883E (or 0x3F883E) is known color: Japanese Laurel. HEX triplet: 3F, 88 and 3E. RGB value is (63,136,62). Sum of RGB (Red+Green+Blue) = 63+136+62=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #3F883E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F883E is #C077C1. Grayscale: #696969. Windows color (decimal): -12613570 or 4098111. OLE color: 4098111.
HSL color Cylindrical-coordinate representation of color #3F883E: hue angle of 119.19º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F883E is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 136 | 62 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.47 |
| HSL | 119.19º | 0.37% | 0.39% | - |
| HSV(B) | 119.19º | 0.54% | 0.53% | - |
| XYZ | 11.72 | 19.01 | 7.61 | - |
| YUV | 105.74 | 103.32 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 136 | 62 | 0.54 | 0 | 0.54 | 0.47 | 119.19 | 0.37 | 0.39 |
| Hex | 3F | 88 | 3E | 36 | 0 | 36 | 2F | 77 | 25 | 27 |
| Octal | 77 | 210 | 76 | 66 | 0 | 66 | 57 | 167 | 45 | 47 |
| Binary | 111111 | 10001000 | 111110 | 110110 | 0 | 110110 | 101111 | 1110111 | 100101 | 100111 |
Color Harmonies of #3F883E
Complementary color
Monochromatic Colors of #3F883E
Black with #3F883E
Text Example
Text Example
White with #3F883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F883E; }
p { color: rgb(63,136,62); }
H1.HeaderClassName
{
color: #3F883E;
}
.AnyTagClassName
{
color: #3F883E;
}
</style>
background-color css
<style>
a { background-color: #3F883E; }
a { background-color: rgb(63,136,62); }
div.DivClassName
{
background-color: #3F883E;
}
.BgClassName
{
background-color: #3F883E;
}
</style>
border-color css
<style>
span { border-color: #3F883E; }
span { border-color: rgb(63,136,62); }
td.TdClassName
{
border-color: #3F883E;
}
.TagClassName
{
border-color: #3F883E;
}
</style>