Shades of Japanese Laurel #3F743C
Tints of Japanese Laurel #3F743C
RGB
CMYK
RGB Variations
Color information
#3F743C (or 0x3F743C) is known color: Japanese Laurel. HEX triplet: 3F, 74 and 3C. RGB value is (63,116,60). Sum of RGB (Red+Green+Blue) = 63+116+60=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #3F743C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F743C is #C08BC3. Grayscale: #5D5D5D. Windows color (decimal): -12618692 or 3961919. OLE color: 3961919.
HSL color Cylindrical-coordinate representation of color #3F743C: hue angle of 116.79º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F743C is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 116 | 60 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.55 |
| HSL | 116.79º | 0.32% | 0.35% | - |
| HSV(B) | 116.79º | 0.48% | 0.45% | - |
| XYZ | 9.11 | 13.87 | 6.47 | - |
| YUV | 93.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 116 | 60 | 0.46 | 0 | 0.48 | 0.55 | 116.79 | 0.32 | 0.35 |
| Hex | 3F | 74 | 3C | 2E | 0 | 30 | 37 | 75 | 20 | 23 |
| Octal | 77 | 164 | 74 | 56 | 0 | 60 | 67 | 165 | 40 | 43 |
| Binary | 111111 | 1110100 | 111100 | 101110 | 0 | 110000 | 110111 | 1110101 | 100000 | 100011 |
Color Harmonies of #3F743C
Complementary color
Monochromatic Colors of #3F743C
Black with #3F743C
Text Example
Text Example
White with #3F743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F743C; }
p { color: rgb(63,116,60); }
H1.HeaderClassName
{
color: #3F743C;
}
.AnyTagClassName
{
color: #3F743C;
}
</style>
background-color css
<style>
a { background-color: #3F743C; }
a { background-color: rgb(63,116,60); }
div.DivClassName
{
background-color: #3F743C;
}
.BgClassName
{
background-color: #3F743C;
}
</style>
border-color css
<style>
span { border-color: #3F743C; }
span { border-color: rgb(63,116,60); }
td.TdClassName
{
border-color: #3F743C;
}
.TagClassName
{
border-color: #3F743C;
}
</style>