Shades of Japanese Laurel #3C783D
Tints of Japanese Laurel #3C783D
RGB
CMYK
RGB Variations
Color information
#3C783D (or 0x3C783D) is known color: Japanese Laurel. HEX triplet: 3C, 78 and 3D. RGB value is (60,120,61). Sum of RGB (Red+Green+Blue) = 60+120+61=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #3C783D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C783D is #C387C2. Grayscale: #5F5F5F. Windows color (decimal): -12814275 or 4028476. OLE color: 4028476.
HSL color Cylindrical-coordinate representation of color #3C783D: hue angle of 121º 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 #3C783D is Cyan = 0.5, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 120 | 61 | - |
| CMYK | 0.5 | 0 | 0.49 | 0.53 |
| HSL | 121º | 0.33% | 0.35% | - |
| HSV(B) | 121º | 0.5% | 0.47% | - |
| XYZ | 9.42 | 14.73 | 6.76 | - |
| YUV | 95.33 | 108.62 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 61 | 0.5 | 0 | 0.49 | 0.53 | 121 | 0.33 | 0.35 |
| Hex | 3C | 78 | 3D | 32 | 0 | 31 | 35 | 79 | 21 | 23 |
| Octal | 74 | 170 | 75 | 62 | 0 | 61 | 65 | 171 | 41 | 43 |
| Binary | 111100 | 1111000 | 111101 | 110010 | 0 | 110001 | 110101 | 1111001 | 100001 | 100011 |
Color Harmonies of #3C783D
Complementary color
Monochromatic Colors of #3C783D
Black with #3C783D
Text Example
Text Example
White with #3C783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C783D; }
p { color: rgb(60,120,61); }
H1.HeaderClassName
{
color: #3C783D;
}
.AnyTagClassName
{
color: #3C783D;
}
</style>
background-color css
<style>
a { background-color: #3C783D; }
a { background-color: rgb(60,120,61); }
div.DivClassName
{
background-color: #3C783D;
}
.BgClassName
{
background-color: #3C783D;
}
</style>
border-color css
<style>
span { border-color: #3C783D; }
span { border-color: rgb(60,120,61); }
td.TdClassName
{
border-color: #3C783D;
}
.TagClassName
{
border-color: #3C783D;
}
</style>