Shades of Japanese Laurel #3C7836
Tints of Japanese Laurel #3C7836
RGB
CMYK
RGB Variations
Color information
#3C7836 (or 0x3C7836) is known color: Japanese Laurel. HEX triplet: 3C, 78 and 36. RGB value is (60,120,54). Sum of RGB (Red+Green+Blue) = 60+120+54=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7836 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7836 is #C387C9. Grayscale: #5E5E5E. Windows color (decimal): -12814282 or 3569724. OLE color: 3569724.
HSL color Cylindrical-coordinate representation of color #3C7836: hue angle of 114.55º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C7836 is Cyan = 0.5, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 120 | 54 | - |
| CMYK | 0.5 | 0 | 0.55 | 0.53 |
| HSL | 114.55º | 0.38% | 0.34% | - |
| HSV(B) | 114.55º | 0.55% | 0.47% | - |
| XYZ | 9.25 | 14.66 | 5.83 | - |
| YUV | 94.54 | 105.12 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 54 | 0.5 | 0 | 0.55 | 0.53 | 114.55 | 0.38 | 0.34 |
| Hex | 3C | 78 | 36 | 32 | 0 | 37 | 35 | 73 | 26 | 22 |
| Octal | 74 | 170 | 66 | 62 | 0 | 67 | 65 | 163 | 46 | 42 |
| Binary | 111100 | 1111000 | 110110 | 110010 | 0 | 110111 | 110101 | 1110011 | 100110 | 100010 |
Color Harmonies of #3C7836
Complementary color
Monochromatic Colors of #3C7836
Black with #3C7836
Text Example
Text Example
White with #3C7836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7836; }
p { color: rgb(60,120,54); }
H1.HeaderClassName
{
color: #3C7836;
}
.AnyTagClassName
{
color: #3C7836;
}
</style>
background-color css
<style>
a { background-color: #3C7836; }
a { background-color: rgb(60,120,54); }
div.DivClassName
{
background-color: #3C7836;
}
.BgClassName
{
background-color: #3C7836;
}
</style>
border-color css
<style>
span { border-color: #3C7836; }
span { border-color: rgb(60,120,54); }
td.TdClassName
{
border-color: #3C7836;
}
.TagClassName
{
border-color: #3C7836;
}
</style>