Shades of Japanese Laurel #3C883F
Tints of Japanese Laurel #3C883F
RGB
CMYK
RGB Variations
Color information
#3C883F (or 0x3C883F) is known color: Japanese Laurel. HEX triplet: 3C, 88 and 3F. RGB value is (60,136,63). Sum of RGB (Red+Green+Blue) = 60+136+63=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #3C883F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C883F is #C377C0. Grayscale: #696969. Windows color (decimal): -12810177 or 4163644. OLE color: 4163644.
HSL color Cylindrical-coordinate representation of color #3C883F: hue angle of 122.37º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C883F is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 136 | 63 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.47 |
| HSL | 122.37º | 0.39% | 0.38% | - |
| HSV(B) | 122.37º | 0.56% | 0.53% | - |
| XYZ | 11.56 | 18.93 | 7.75 | - |
| YUV | 104.95 | 104.32 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 136 | 63 | 0.56 | 0 | 0.54 | 0.47 | 122.37 | 0.39 | 0.38 |
| Hex | 3C | 88 | 3F | 38 | 0 | 36 | 2F | 7A | 27 | 26 |
| Octal | 74 | 210 | 77 | 70 | 0 | 66 | 57 | 172 | 47 | 46 |
| Binary | 111100 | 10001000 | 111111 | 111000 | 0 | 110110 | 101111 | 1111010 | 100111 | 100110 |
Color Harmonies of #3C883F
Complementary color
Monochromatic Colors of #3C883F
Black with #3C883F
Text Example
Text Example
White with #3C883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C883F; }
p { color: rgb(60,136,63); }
H1.HeaderClassName
{
color: #3C883F;
}
.AnyTagClassName
{
color: #3C883F;
}
</style>
background-color css
<style>
a { background-color: #3C883F; }
a { background-color: rgb(60,136,63); }
div.DivClassName
{
background-color: #3C883F;
}
.BgClassName
{
background-color: #3C883F;
}
</style>
border-color css
<style>
span { border-color: #3C883F; }
span { border-color: rgb(60,136,63); }
td.TdClassName
{
border-color: #3C883F;
}
.TagClassName
{
border-color: #3C883F;
}
</style>