Shades of Japanese Laurel #3C783E
Tints of Japanese Laurel #3C783E
RGB
CMYK
RGB Variations
Color information
#3C783E (or 0x3C783E) is known color: Japanese Laurel. HEX triplet: 3C, 78 and 3E. RGB value is (60,120,62). Sum of RGB (Red+Green+Blue) = 60+120+62=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 120 (47.27% from 255 or 49.59% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 120 - color contains mainly: green. Hex color #3C783E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C783E is #C387C1. Grayscale: #5F5F5F. Windows color (decimal): -12814274 or 4094012. OLE color: 4094012.
HSL color Cylindrical-coordinate representation of color #3C783E: hue angle of 122º 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 #3C783E is Cyan = 0.5, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 120 | 62 | - |
| CMYK | 0.5 | 0 | 0.48 | 0.53 |
| HSL | 122º | 0.33% | 0.35% | - |
| HSV(B) | 122º | 0.5% | 0.47% | - |
| XYZ | 9.45 | 14.74 | 6.9 | - |
| YUV | 95.45 | 109.12 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 62 | 0.5 | 0 | 0.48 | 0.53 | 122 | 0.33 | 0.35 |
| Hex | 3C | 78 | 3E | 32 | 0 | 30 | 35 | 7A | 21 | 23 |
| Octal | 74 | 170 | 76 | 62 | 0 | 60 | 65 | 172 | 41 | 43 |
| Binary | 111100 | 1111000 | 111110 | 110010 | 0 | 110000 | 110101 | 1111010 | 100001 | 100011 |
Color Harmonies of #3C783E
Complementary color
Monochromatic Colors of #3C783E
Black with #3C783E
Text Example
Text Example
White with #3C783E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C783E; }
p { color: rgb(60,120,62); }
H1.HeaderClassName
{
color: #3C783E;
}
.AnyTagClassName
{
color: #3C783E;
}
</style>
background-color css
<style>
a { background-color: #3C783E; }
a { background-color: rgb(60,120,62); }
div.DivClassName
{
background-color: #3C783E;
}
.BgClassName
{
background-color: #3C783E;
}
</style>
border-color css
<style>
span { border-color: #3C783E; }
span { border-color: rgb(60,120,62); }
td.TdClassName
{
border-color: #3C783E;
}
.TagClassName
{
border-color: #3C783E;
}
</style>