Shades of Japanese Laurel #3F723F
Tints of Japanese Laurel #3F723F
RGB
CMYK
RGB Variations
Color information
#3F723F (or 0x3F723F) is known color: Japanese Laurel. HEX triplet: 3F, 72 and 3F. RGB value is (63,114,63). Sum of RGB (Red+Green+Blue) = 63+114+63=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #3F723F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F723F is #C08DC0. Grayscale: #5D5D5D. Windows color (decimal): -12619201 or 4158015. OLE color: 4158015.
HSL color Cylindrical-coordinate representation of color #3F723F: hue angle of 120º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F723F is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 114 | 63 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.55 |
| HSL | 120º | 0.29% | 0.35% | - |
| HSV(B) | 120º | 0.45% | 0.45% | - |
| XYZ | 8.96 | 13.45 | 6.83 | - |
| YUV | 92.94 | 111.1 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 114 | 63 | 0.45 | 0 | 0.45 | 0.55 | 120 | 0.29 | 0.35 |
| Hex | 3F | 72 | 3F | 2D | 0 | 2D | 37 | 78 | 1D | 23 |
| Octal | 77 | 162 | 77 | 55 | 0 | 55 | 67 | 170 | 35 | 43 |
| Binary | 111111 | 1110010 | 111111 | 101101 | 0 | 101101 | 110111 | 1111000 | 11101 | 100011 |
Color Harmonies of #3F723F
Complementary color
Monochromatic Colors of #3F723F
Black with #3F723F
Text Example
Text Example
White with #3F723F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F723F; }
p { color: rgb(63,114,63); }
H1.HeaderClassName
{
color: #3F723F;
}
.AnyTagClassName
{
color: #3F723F;
}
</style>
background-color css
<style>
a { background-color: #3F723F; }
a { background-color: rgb(63,114,63); }
div.DivClassName
{
background-color: #3F723F;
}
.BgClassName
{
background-color: #3F723F;
}
</style>
border-color css
<style>
span { border-color: #3F723F; }
span { border-color: rgb(63,114,63); }
td.TdClassName
{
border-color: #3F723F;
}
.TagClassName
{
border-color: #3F723F;
}
</style>