Shades of Japanese Laurel #3C773F
Tints of Japanese Laurel #3C773F
RGB
CMYK
RGB Variations
Color information
#3C773F (or 0x3C773F) is known color: Japanese Laurel. HEX triplet: 3C, 77 and 3F. RGB value is (60,119,63). Sum of RGB (Red+Green+Blue) = 60+119+63=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #3C773F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C773F is #C388C0. Grayscale: #5F5F5F. Windows color (decimal): -12814529 or 4159292. OLE color: 4159292.
HSL color Cylindrical-coordinate representation of color #3C773F: hue angle of 123.05º 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 #3C773F is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 119 | 63 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.53 |
| HSL | 123.05º | 0.33% | 0.35% | - |
| HSV(B) | 123.05º | 0.5% | 0.47% | - |
| XYZ | 9.36 | 14.51 | 7.01 | - |
| YUV | 94.98 | 109.95 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 119 | 63 | 0.50 | 0 | 0.47 | 0.53 | 123.05 | 0.33 | 0.35 |
| Hex | 3C | 77 | 3F | 32 | 0 | 2F | 35 | 7B | 21 | 23 |
| Octal | 74 | 167 | 77 | 62 | 0 | 57 | 65 | 173 | 41 | 43 |
| Binary | 111100 | 1110111 | 111111 | 110010 | 0 | 101111 | 110101 | 1111011 | 100001 | 100011 |
Color Harmonies of #3C773F
Complementary color
Monochromatic Colors of #3C773F
Black with #3C773F
Text Example
Text Example
White with #3C773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C773F; }
p { color: rgb(60,119,63); }
H1.HeaderClassName
{
color: #3C773F;
}
.AnyTagClassName
{
color: #3C773F;
}
</style>
background-color css
<style>
a { background-color: #3C773F; }
a { background-color: rgb(60,119,63); }
div.DivClassName
{
background-color: #3C773F;
}
.BgClassName
{
background-color: #3C773F;
}
</style>
border-color css
<style>
span { border-color: #3C773F; }
span { border-color: rgb(60,119,63); }
td.TdClassName
{
border-color: #3C773F;
}
.TagClassName
{
border-color: #3C773F;
}
</style>