Shades of Japanese Laurel #3D853D
Tints of Japanese Laurel #3D853D
RGB
CMYK
RGB Variations
Color information
#3D853D (or 0x3D853D) is known color: Japanese Laurel. HEX triplet: 3D, 85 and 3D. RGB value is (61,133,61). Sum of RGB (Red+Green+Blue) = 61+133+61=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #3D853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D853D is #C27AC2. Grayscale: #676767. Windows color (decimal): -12745411 or 4031805. OLE color: 4031805.
HSL color Cylindrical-coordinate representation of color #3D853D: hue angle of 120º 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 #3D853D is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 133 | 61 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.48 |
| HSL | 120º | 0.37% | 0.38% | - |
| HSV(B) | 120º | 0.54% | 0.52% | - |
| XYZ | 11.15 | 18.1 | 7.32 | - |
| YUV | 103.26 | 104.15 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 133 | 61 | 0.54 | 0 | 0.54 | 0.48 | 120 | 0.37 | 0.38 |
| Hex | 3D | 85 | 3D | 36 | 0 | 36 | 30 | 78 | 25 | 26 |
| Octal | 75 | 205 | 75 | 66 | 0 | 66 | 60 | 170 | 45 | 46 |
| Binary | 111101 | 10000101 | 111101 | 110110 | 0 | 110110 | 110000 | 1111000 | 100101 | 100110 |
Color Harmonies of #3D853D
Complementary color
Monochromatic Colors of #3D853D
Black with #3D853D
Text Example
Text Example
White with #3D853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D853D; }
p { color: rgb(61,133,61); }
H1.HeaderClassName
{
color: #3D853D;
}
.AnyTagClassName
{
color: #3D853D;
}
</style>
background-color css
<style>
a { background-color: #3D853D; }
a { background-color: rgb(61,133,61); }
div.DivClassName
{
background-color: #3D853D;
}
.BgClassName
{
background-color: #3D853D;
}
</style>
border-color css
<style>
span { border-color: #3D853D; }
span { border-color: rgb(61,133,61); }
td.TdClassName
{
border-color: #3D853D;
}
.TagClassName
{
border-color: #3D853D;
}
</style>