Shades of Japanese Laurel #3D843F
Tints of Japanese Laurel #3D843F
RGB
CMYK
RGB Variations
Color information
#3D843F (or 0x3D843F) is known color: Japanese Laurel. HEX triplet: 3D, 84 and 3F. RGB value is (61,132,63). Sum of RGB (Red+Green+Blue) = 61+132+63=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #3D843F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D843F is #C27BC0. Grayscale: #676767. Windows color (decimal): -12745665 or 4162621. OLE color: 4162621.
HSL color Cylindrical-coordinate representation of color #3D843F: hue angle of 121.69º 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 #3D843F is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 132 | 63 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.48 |
| HSL | 121.69º | 0.37% | 0.38% | - |
| HSV(B) | 121.69º | 0.54% | 0.52% | - |
| XYZ | 11.07 | 17.85 | 7.57 | - |
| YUV | 102.91 | 105.48 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 132 | 63 | 0.54 | 0 | 0.52 | 0.48 | 121.69 | 0.37 | 0.38 |
| Hex | 3D | 84 | 3F | 36 | 0 | 34 | 30 | 7A | 25 | 26 |
| Octal | 75 | 204 | 77 | 66 | 0 | 64 | 60 | 172 | 45 | 46 |
| Binary | 111101 | 10000100 | 111111 | 110110 | 0 | 110100 | 110000 | 1111010 | 100101 | 100110 |
Color Harmonies of #3D843F
Complementary color
Monochromatic Colors of #3D843F
Black with #3D843F
Text Example
Text Example
White with #3D843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D843F; }
p { color: rgb(61,132,63); }
H1.HeaderClassName
{
color: #3D843F;
}
.AnyTagClassName
{
color: #3D843F;
}
</style>
background-color css
<style>
a { background-color: #3D843F; }
a { background-color: rgb(61,132,63); }
div.DivClassName
{
background-color: #3D843F;
}
.BgClassName
{
background-color: #3D843F;
}
</style>
border-color css
<style>
span { border-color: #3D843F; }
span { border-color: rgb(61,132,63); }
td.TdClassName
{
border-color: #3D843F;
}
.TagClassName
{
border-color: #3D843F;
}
</style>