Shades of Japanese Laurel #3F733C
Tints of Japanese Laurel #3F733C
RGB
CMYK
RGB Variations
Color information
#3F733C (or 0x3F733C) is known color: Japanese Laurel. HEX triplet: 3F, 73 and 3C. RGB value is (63,115,60). Sum of RGB (Red+Green+Blue) = 63+115+60=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #3F733C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F733C is #C08CC3. Grayscale: #5D5D5D. Windows color (decimal): -12618948 or 3961663. OLE color: 3961663.
HSL color Cylindrical-coordinate representation of color #3F733C: hue angle of 116.73º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F733C is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 115 | 60 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.55 |
| HSL | 116.73º | 0.31% | 0.34% | - |
| HSV(B) | 116.73º | 0.48% | 0.45% | - |
| XYZ | 9 | 13.64 | 6.43 | - |
| YUV | 93.18 | 109.27 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 60 | 0.45 | 0 | 0.48 | 0.55 | 116.73 | 0.31 | 0.34 |
| Hex | 3F | 73 | 3C | 2D | 0 | 30 | 37 | 75 | 1F | 22 |
| Octal | 77 | 163 | 74 | 55 | 0 | 60 | 67 | 165 | 37 | 42 |
| Binary | 111111 | 1110011 | 111100 | 101101 | 0 | 110000 | 110111 | 1110101 | 11111 | 100010 |
Color Harmonies of #3F733C
Complementary color
Monochromatic Colors of #3F733C
Black with #3F733C
Text Example
Text Example
White with #3F733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F733C; }
p { color: rgb(63,115,60); }
H1.HeaderClassName
{
color: #3F733C;
}
.AnyTagClassName
{
color: #3F733C;
}
</style>
background-color css
<style>
a { background-color: #3F733C; }
a { background-color: rgb(63,115,60); }
div.DivClassName
{
background-color: #3F733C;
}
.BgClassName
{
background-color: #3F733C;
}
</style>
border-color css
<style>
span { border-color: #3F733C; }
span { border-color: rgb(63,115,60); }
td.TdClassName
{
border-color: #3F733C;
}
.TagClassName
{
border-color: #3F733C;
}
</style>