Shades of Japanese Laurel #3D7140
Tints of Japanese Laurel #3D7140
RGB
CMYK
RGB Variations
Color information
#3D7140 (or 0x3D7140) is known color: Japanese Laurel. HEX triplet: 3D, 71 and 40. RGB value is (61,113,64). Sum of RGB (Red+Green+Blue) = 61+113+64=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7140 is #C28EBF. Grayscale: #5C5C5C. Windows color (decimal): -12750528 or 4223293. OLE color: 4223293.
HSL color Cylindrical-coordinate representation of color #3D7140: hue angle of 123.46º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D7140 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 113 | 64 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.56 |
| HSL | 123.46º | 0.3% | 0.34% | - |
| HSV(B) | 123.46º | 0.46% | 0.44% | - |
| XYZ | 8.76 | 13.17 | 6.93 | - |
| YUV | 91.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 113 | 64 | 0.46 | 0 | 0.43 | 0.56 | 123.46 | 0.3 | 0.34 |
| Hex | 3D | 71 | 40 | 2E | 0 | 2B | 38 | 7B | 1E | 22 |
| Octal | 75 | 161 | 100 | 56 | 0 | 53 | 70 | 173 | 36 | 42 |
| Binary | 111101 | 1110001 | 1000000 | 101110 | 0 | 101011 | 111000 | 1111011 | 11110 | 100010 |
Color Harmonies of #3D7140
Complementary color
Monochromatic Colors of #3D7140
Black with #3D7140
Text Example
Text Example
White with #3D7140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7140; }
p { color: rgb(61,113,64); }
H1.HeaderClassName
{
color: #3D7140;
}
.AnyTagClassName
{
color: #3D7140;
}
</style>
background-color css
<style>
a { background-color: #3D7140; }
a { background-color: rgb(61,113,64); }
div.DivClassName
{
background-color: #3D7140;
}
.BgClassName
{
background-color: #3D7140;
}
</style>
border-color css
<style>
span { border-color: #3D7140; }
span { border-color: rgb(61,113,64); }
td.TdClassName
{
border-color: #3D7140;
}
.TagClassName
{
border-color: #3D7140;
}
</style>