Shades of Japanese Laurel #3D7740
Tints of Japanese Laurel #3D7740
RGB
CMYK
RGB Variations
Color information
#3D7740 (or 0x3D7740) is known color: Japanese Laurel. HEX triplet: 3D, 77 and 40. RGB value is (61,119,64). Sum of RGB (Red+Green+Blue) = 61+119+64=244 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25% from 244); Green value is 119 (46.88% from 255 or 48.77% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 119 - color contains mainly: green. Hex color #3D7740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7740 is #C288BF. Grayscale: #5F5F5F. Windows color (decimal): -12748992 or 4224829. OLE color: 4224829.
HSL color Cylindrical-coordinate representation of color #3D7740: hue angle of 123.1º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D7740 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 119 | 64 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.53 |
| HSL | 123.1º | 0.32% | 0.35% | - |
| HSV(B) | 123.1º | 0.49% | 0.47% | - |
| XYZ | 9.45 | 14.56 | 7.16 | - |
| YUV | 95.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 119 | 64 | 0.49 | 0 | 0.46 | 0.53 | 123.1 | 0.32 | 0.35 |
| Hex | 3D | 77 | 40 | 31 | 0 | 2E | 35 | 7B | 20 | 23 |
| Octal | 75 | 167 | 100 | 61 | 0 | 56 | 65 | 173 | 40 | 43 |
| Binary | 111101 | 1110111 | 1000000 | 110001 | 0 | 101110 | 110101 | 1111011 | 100000 | 100011 |
Color Harmonies of #3D7740
Complementary color
Monochromatic Colors of #3D7740
Black with #3D7740
Text Example
Text Example
White with #3D7740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7740; }
p { color: rgb(61,119,64); }
H1.HeaderClassName
{
color: #3D7740;
}
.AnyTagClassName
{
color: #3D7740;
}
</style>
background-color css
<style>
a { background-color: #3D7740; }
a { background-color: rgb(61,119,64); }
div.DivClassName
{
background-color: #3D7740;
}
.BgClassName
{
background-color: #3D7740;
}
</style>
border-color css
<style>
span { border-color: #3D7740; }
span { border-color: rgb(61,119,64); }
td.TdClassName
{
border-color: #3D7740;
}
.TagClassName
{
border-color: #3D7740;
}
</style>