Shades of Japanese Laurel #3C7636
Tints of Japanese Laurel #3C7636
RGB
CMYK
RGB Variations
Color information
#3C7636 (or 0x3C7636) is known color: Japanese Laurel. HEX triplet: 3C, 76 and 36. RGB value is (60,118,54). Sum of RGB (Red+Green+Blue) = 60+118+54=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #3C7636 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7636 is #C389C9. Grayscale: #5D5D5D. Windows color (decimal): -12814794 or 3569212. OLE color: 3569212.
HSL color Cylindrical-coordinate representation of color #3C7636: hue angle of 114.38º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C7636 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 118 | 54 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.54 |
| HSL | 114.38º | 0.37% | 0.34% | - |
| HSV(B) | 114.38º | 0.54% | 0.46% | - |
| XYZ | 9.01 | 14.18 | 5.75 | - |
| YUV | 93.36 | 105.78 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 118 | 54 | 0.49 | 0 | 0.54 | 0.54 | 114.38 | 0.37 | 0.34 |
| Hex | 3C | 76 | 36 | 31 | 0 | 36 | 36 | 72 | 25 | 22 |
| Octal | 74 | 166 | 66 | 61 | 0 | 66 | 66 | 162 | 45 | 42 |
| Binary | 111100 | 1110110 | 110110 | 110001 | 0 | 110110 | 110110 | 1110010 | 100101 | 100010 |
Color Harmonies of #3C7636
Complementary color
Monochromatic Colors of #3C7636
Black with #3C7636
Text Example
Text Example
White with #3C7636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7636; }
p { color: rgb(60,118,54); }
H1.HeaderClassName
{
color: #3C7636;
}
.AnyTagClassName
{
color: #3C7636;
}
</style>
background-color css
<style>
a { background-color: #3C7636; }
a { background-color: rgb(60,118,54); }
div.DivClassName
{
background-color: #3C7636;
}
.BgClassName
{
background-color: #3C7636;
}
</style>
border-color css
<style>
span { border-color: #3C7636; }
span { border-color: rgb(60,118,54); }
td.TdClassName
{
border-color: #3C7636;
}
.TagClassName
{
border-color: #3C7636;
}
</style>