Shades of Japanese Laurel #3D763D
Tints of Japanese Laurel #3D763D
RGB
CMYK
RGB Variations
Color information
#3D763D (or 0x3D763D) is known color: Japanese Laurel. HEX triplet: 3D, 76 and 3D. RGB value is (61,118,61). Sum of RGB (Red+Green+Blue) = 61+118+61=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #3D763D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D763D is #C289C2. Grayscale: #5E5E5E. Windows color (decimal): -12749251 or 4027965. OLE color: 4027965.
HSL color Cylindrical-coordinate representation of color #3D763D: hue angle of 120º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D763D is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 118 | 61 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.54 |
| HSL | 120º | 0.32% | 0.35% | - |
| HSV(B) | 120º | 0.48% | 0.46% | - |
| XYZ | 9.25 | 14.29 | 6.69 | - |
| YUV | 94.46 | 109.12 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 118 | 61 | 0.48 | 0 | 0.48 | 0.54 | 120 | 0.32 | 0.35 |
| Hex | 3D | 76 | 3D | 30 | 0 | 30 | 36 | 78 | 20 | 23 |
| Octal | 75 | 166 | 75 | 60 | 0 | 60 | 66 | 170 | 40 | 43 |
| Binary | 111101 | 1110110 | 111101 | 110000 | 0 | 110000 | 110110 | 1111000 | 100000 | 100011 |
Color Harmonies of #3D763D
Complementary color
Monochromatic Colors of #3D763D
Black with #3D763D
Text Example
Text Example
White with #3D763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D763D; }
p { color: rgb(61,118,61); }
H1.HeaderClassName
{
color: #3D763D;
}
.AnyTagClassName
{
color: #3D763D;
}
</style>
background-color css
<style>
a { background-color: #3D763D; }
a { background-color: rgb(61,118,61); }
div.DivClassName
{
background-color: #3D763D;
}
.BgClassName
{
background-color: #3D763D;
}
</style>
border-color css
<style>
span { border-color: #3D763D; }
span { border-color: rgb(61,118,61); }
td.TdClassName
{
border-color: #3D763D;
}
.TagClassName
{
border-color: #3D763D;
}
</style>