Shades of Japanese Laurel #3C763A
Tints of Japanese Laurel #3C763A
RGB
CMYK
RGB Variations
Color information
#3C763A (or 0x3C763A) is known color: Japanese Laurel. HEX triplet: 3C, 76 and 3A. RGB value is (60,118,58). Sum of RGB (Red+Green+Blue) = 60+118+58=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #3C763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C763A is #C389C5. Grayscale: #5D5D5D. Windows color (decimal): -12814790 or 3831356. OLE color: 3831356.
HSL color Cylindrical-coordinate representation of color #3C763A: hue angle of 118º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C763A is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 118 | 58 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.54 |
| HSL | 118º | 0.34% | 0.35% | - |
| HSV(B) | 118º | 0.51% | 0.46% | - |
| XYZ | 9.11 | 14.22 | 6.27 | - |
| YUV | 93.82 | 107.78 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 118 | 58 | 0.49 | 0 | 0.51 | 0.54 | 118 | 0.34 | 0.35 |
| Hex | 3C | 76 | 3A | 31 | 0 | 33 | 36 | 76 | 22 | 23 |
| Octal | 74 | 166 | 72 | 61 | 0 | 63 | 66 | 166 | 42 | 43 |
| Binary | 111100 | 1110110 | 111010 | 110001 | 0 | 110011 | 110110 | 1110110 | 100010 | 100011 |
Color Harmonies of #3C763A
Complementary color
Monochromatic Colors of #3C763A
Black with #3C763A
Text Example
Text Example
White with #3C763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C763A; }
p { color: rgb(60,118,58); }
H1.HeaderClassName
{
color: #3C763A;
}
.AnyTagClassName
{
color: #3C763A;
}
</style>
background-color css
<style>
a { background-color: #3C763A; }
a { background-color: rgb(60,118,58); }
div.DivClassName
{
background-color: #3C763A;
}
.BgClassName
{
background-color: #3C763A;
}
</style>
border-color css
<style>
span { border-color: #3C763A; }
span { border-color: rgb(60,118,58); }
td.TdClassName
{
border-color: #3C763A;
}
.TagClassName
{
border-color: #3C763A;
}
</style>