Shades of Japanese Laurel #3C783C
Tints of Japanese Laurel #3C783C
RGB
CMYK
RGB Variations
Color information
#3C783C (or 0x3C783C) is known color: Japanese Laurel. HEX triplet: 3C, 78 and 3C. RGB value is (60,120,60). Sum of RGB (Red+Green+Blue) = 60+120+60=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #3C783C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C783C is #C387C3. Grayscale: #5F5F5F. Windows color (decimal): -12814276 or 3962940. OLE color: 3962940.
HSL color Cylindrical-coordinate representation of color #3C783C: hue angle of 120º 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 #3C783C is Cyan = 0.5, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 120 | 60 | - |
| CMYK | 0.5 | 0 | 0.5 | 0.53 |
| HSL | 120º | 0.33% | 0.35% | - |
| HSV(B) | 120º | 0.5% | 0.47% | - |
| XYZ | 9.4 | 14.72 | 6.62 | - |
| YUV | 95.22 | 108.12 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 60 | 0.5 | 0 | 0.5 | 0.53 | 120 | 0.33 | 0.35 |
| Hex | 3C | 78 | 3C | 32 | 0 | 32 | 35 | 78 | 21 | 23 |
| Octal | 74 | 170 | 74 | 62 | 0 | 62 | 65 | 170 | 41 | 43 |
| Binary | 111100 | 1111000 | 111100 | 110010 | 0 | 110010 | 110101 | 1111000 | 100001 | 100011 |
Color Harmonies of #3C783C
Complementary color
Monochromatic Colors of #3C783C
Black with #3C783C
Text Example
Text Example
White with #3C783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C783C; }
p { color: rgb(60,120,60); }
H1.HeaderClassName
{
color: #3C783C;
}
.AnyTagClassName
{
color: #3C783C;
}
</style>
background-color css
<style>
a { background-color: #3C783C; }
a { background-color: rgb(60,120,60); }
div.DivClassName
{
background-color: #3C783C;
}
.BgClassName
{
background-color: #3C783C;
}
</style>
border-color css
<style>
span { border-color: #3C783C; }
span { border-color: rgb(60,120,60); }
td.TdClassName
{
border-color: #3C783C;
}
.TagClassName
{
border-color: #3C783C;
}
</style>