Shades of Japanese Laurel #3C7634
Tints of Japanese Laurel #3C7634
RGB
CMYK
RGB Variations
Color information
#3C7634 (or 0x3C7634) is known color: Japanese Laurel. HEX triplet: 3C, 76 and 34. RGB value is (60,118,52). Sum of RGB (Red+Green+Blue) = 60+118+52=230 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.09% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #3C7634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7634 is #C389CB. Grayscale: #5D5D5D. Windows color (decimal): -12814796 or 3438140. OLE color: 3438140.
HSL color Cylindrical-coordinate representation of color #3C7634: hue angle of 112.73º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C7634 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 118 | 52 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.54 |
| HSL | 112.73º | 0.39% | 0.33% | - |
| HSV(B) | 112.73º | 0.56% | 0.46% | - |
| XYZ | 8.96 | 14.17 | 5.51 | - |
| YUV | 93.13 | 104.78 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 118 | 52 | 0.49 | 0 | 0.56 | 0.54 | 112.73 | 0.39 | 0.33 |
| Hex | 3C | 76 | 34 | 31 | 0 | 38 | 36 | 71 | 27 | 21 |
| Octal | 74 | 166 | 64 | 61 | 0 | 70 | 66 | 161 | 47 | 41 |
| Binary | 111100 | 1110110 | 110100 | 110001 | 0 | 111000 | 110110 | 1110001 | 100111 | 100001 |
Color Harmonies of #3C7634
Complementary color
Monochromatic Colors of #3C7634
Black with #3C7634
Text Example
Text Example
White with #3C7634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7634; }
p { color: rgb(60,118,52); }
H1.HeaderClassName
{
color: #3C7634;
}
.AnyTagClassName
{
color: #3C7634;
}
</style>
background-color css
<style>
a { background-color: #3C7634; }
a { background-color: rgb(60,118,52); }
div.DivClassName
{
background-color: #3C7634;
}
.BgClassName
{
background-color: #3C7634;
}
</style>
border-color css
<style>
span { border-color: #3C7634; }
span { border-color: rgb(60,118,52); }
td.TdClassName
{
border-color: #3C7634;
}
.TagClassName
{
border-color: #3C7634;
}
</style>