Shades of Japanese Laurel #3D793D
Tints of Japanese Laurel #3D793D
RGB
CMYK
RGB Variations
Color information
#3D793D (or 0x3D793D) is known color: Japanese Laurel. HEX triplet: 3D, 79 and 3D. RGB value is (61,121,61). Sum of RGB (Red+Green+Blue) = 61+121+61=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #3D793D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D793D is #C286C2. Grayscale: #606060. Windows color (decimal): -12748483 or 4028733. OLE color: 4028733.
HSL color Cylindrical-coordinate representation of color #3D793D: hue angle of 120º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D793D is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 121 | 61 | - |
| CMYK | 0.50 | 0 | 0.50 | 0.53 |
| HSL | 120º | 0.33% | 0.36% | - |
| HSV(B) | 120º | 0.5% | 0.47% | - |
| XYZ | 9.6 | 15 | 6.8 | - |
| YUV | 96.22 | 108.12 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 121 | 61 | 0.50 | 0 | 0.50 | 0.53 | 120 | 0.33 | 0.36 |
| Hex | 3D | 79 | 3D | 32 | 0 | 32 | 35 | 78 | 21 | 24 |
| Octal | 75 | 171 | 75 | 62 | 0 | 62 | 65 | 170 | 41 | 44 |
| Binary | 111101 | 1111001 | 111101 | 110010 | 0 | 110010 | 110101 | 1111000 | 100001 | 100100 |
Color Harmonies of #3D793D
Complementary color
Monochromatic Colors of #3D793D
Black with #3D793D
Text Example
Text Example
White with #3D793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D793D; }
p { color: rgb(61,121,61); }
H1.HeaderClassName
{
color: #3D793D;
}
.AnyTagClassName
{
color: #3D793D;
}
</style>
background-color css
<style>
a { background-color: #3D793D; }
a { background-color: rgb(61,121,61); }
div.DivClassName
{
background-color: #3D793D;
}
.BgClassName
{
background-color: #3D793D;
}
</style>
border-color css
<style>
span { border-color: #3D793D; }
span { border-color: rgb(61,121,61); }
td.TdClassName
{
border-color: #3D793D;
}
.TagClassName
{
border-color: #3D793D;
}
</style>