Shades of Japanese Laurel #3C7740
Tints of Japanese Laurel #3C7740
RGB
CMYK
RGB Variations
Color information
#3C7740 (or 0x3C7740) is known color: Japanese Laurel. HEX triplet: 3C, 77 and 40. RGB value is (60,119,64). Sum of RGB (Red+Green+Blue) = 60+119+64=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #3C7740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7740 is #C388BF. Grayscale: #5F5F5F. Windows color (decimal): -12814528 or 4224828. OLE color: 4224828.
HSL color Cylindrical-coordinate representation of color #3C7740: hue angle of 124.07º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C7740 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 119 | 64 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.53 |
| HSL | 124.07º | 0.33% | 0.35% | - |
| HSV(B) | 124.07º | 0.5% | 0.47% | - |
| XYZ | 9.39 | 14.52 | 7.16 | - |
| YUV | 95.09 | 110.45 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 119 | 64 | 0.50 | 0 | 0.46 | 0.53 | 124.07 | 0.33 | 0.35 |
| Hex | 3C | 77 | 40 | 32 | 0 | 2E | 35 | 7C | 21 | 23 |
| Octal | 74 | 167 | 100 | 62 | 0 | 56 | 65 | 174 | 41 | 43 |
| Binary | 111100 | 1110111 | 1000000 | 110010 | 0 | 101110 | 110101 | 1111100 | 100001 | 100011 |
Color Harmonies of #3C7740
Complementary color
Monochromatic Colors of #3C7740
Black with #3C7740
Text Example
Text Example
White with #3C7740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7740; }
p { color: rgb(60,119,64); }
H1.HeaderClassName
{
color: #3C7740;
}
.AnyTagClassName
{
color: #3C7740;
}
</style>
background-color css
<style>
a { background-color: #3C7740; }
a { background-color: rgb(60,119,64); }
div.DivClassName
{
background-color: #3C7740;
}
.BgClassName
{
background-color: #3C7740;
}
</style>
border-color css
<style>
span { border-color: #3C7740; }
span { border-color: rgb(60,119,64); }
td.TdClassName
{
border-color: #3C7740;
}
.TagClassName
{
border-color: #3C7740;
}
</style>