Shades of Japanese Laurel #3C763F
Tints of Japanese Laurel #3C763F
RGB
CMYK
RGB Variations
Color information
#3C763F (or 0x3C763F) is known color: Japanese Laurel. HEX triplet: 3C, 76 and 3F. RGB value is (60,118,63). Sum of RGB (Red+Green+Blue) = 60+118+63=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #3C763F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C763F is #C389C0. Grayscale: #5E5E5E. Windows color (decimal): -12814785 or 4159036. OLE color: 4159036.
HSL color Cylindrical-coordinate representation of color #3C763F: hue angle of 123.1º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C763F is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 118 | 63 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.54 |
| HSL | 123.1º | 0.33% | 0.35% | - |
| HSV(B) | 123.1º | 0.49% | 0.46% | - |
| XYZ | 9.24 | 14.28 | 6.97 | - |
| YUV | 94.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 118 | 63 | 0.49 | 0 | 0.47 | 0.54 | 123.1 | 0.33 | 0.35 |
| Hex | 3C | 76 | 3F | 31 | 0 | 2F | 36 | 7B | 21 | 23 |
| Octal | 74 | 166 | 77 | 61 | 0 | 57 | 66 | 173 | 41 | 43 |
| Binary | 111100 | 1110110 | 111111 | 110001 | 0 | 101111 | 110110 | 1111011 | 100001 | 100011 |
Color Harmonies of #3C763F
Complementary color
Monochromatic Colors of #3C763F
Black with #3C763F
Text Example
Text Example
White with #3C763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C763F; }
p { color: rgb(60,118,63); }
H1.HeaderClassName
{
color: #3C763F;
}
.AnyTagClassName
{
color: #3C763F;
}
</style>
background-color css
<style>
a { background-color: #3C763F; }
a { background-color: rgb(60,118,63); }
div.DivClassName
{
background-color: #3C763F;
}
.BgClassName
{
background-color: #3C763F;
}
</style>
border-color css
<style>
span { border-color: #3C763F; }
span { border-color: rgb(60,118,63); }
td.TdClassName
{
border-color: #3C763F;
}
.TagClassName
{
border-color: #3C763F;
}
</style>