Shades of Japanese Laurel #3C863D
Tints of Japanese Laurel #3C863D
RGB
CMYK
RGB Variations
Color information
#3C863D (or 0x3C863D) is known color: Japanese Laurel. HEX triplet: 3C, 86 and 3D. RGB value is (60,134,61). Sum of RGB (Red+Green+Blue) = 60+134+61=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #3C863D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C863D is #C379C2. Grayscale: #676767. Windows color (decimal): -12810691 or 4032060. OLE color: 4032060.
HSL color Cylindrical-coordinate representation of color #3C863D: hue angle of 120.81º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C863D is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 134 | 61 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.47 |
| HSL | 120.81º | 0.38% | 0.38% | - |
| HSV(B) | 120.81º | 0.55% | 0.53% | - |
| XYZ | 11.23 | 18.35 | 7.36 | - |
| YUV | 103.55 | 103.98 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 134 | 61 | 0.55 | 0 | 0.54 | 0.47 | 120.81 | 0.38 | 0.38 |
| Hex | 3C | 86 | 3D | 37 | 0 | 36 | 2F | 79 | 26 | 26 |
| Octal | 74 | 206 | 75 | 67 | 0 | 66 | 57 | 171 | 46 | 46 |
| Binary | 111100 | 10000110 | 111101 | 110111 | 0 | 110110 | 101111 | 1111001 | 100110 | 100110 |
Color Harmonies of #3C863D
Complementary color
Monochromatic Colors of #3C863D
Black with #3C863D
Text Example
Text Example
White with #3C863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C863D; }
p { color: rgb(60,134,61); }
H1.HeaderClassName
{
color: #3C863D;
}
.AnyTagClassName
{
color: #3C863D;
}
</style>
background-color css
<style>
a { background-color: #3C863D; }
a { background-color: rgb(60,134,61); }
div.DivClassName
{
background-color: #3C863D;
}
.BgClassName
{
background-color: #3C863D;
}
</style>
border-color css
<style>
span { border-color: #3C863D; }
span { border-color: rgb(60,134,61); }
td.TdClassName
{
border-color: #3C863D;
}
.TagClassName
{
border-color: #3C863D;
}
</style>