Shades of Japanese Laurel #3C7E3D
Tints of Japanese Laurel #3C7E3D
RGB
CMYK
RGB Variations
Color information
#3C7E3D (or 0x3C7E3D) is known color: Japanese Laurel. HEX triplet: 3C, 7E and 3D. RGB value is (60,126,61). Sum of RGB (Red+Green+Blue) = 60+126+61=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 126 (49.61% from 255 or 51.01% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 126 - color contains mainly: green. Hex color #3C7E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7E3D is #C381C2. Grayscale: #636363. Windows color (decimal): -12812739 or 4030012. OLE color: 4030012.
HSL color Cylindrical-coordinate representation of color #3C7E3D: hue angle of 120.91º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C7E3D is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 126 | 61 | - |
| CMYK | 0.52 | 0 | 0.52 | 0.51 |
| HSL | 120.91º | 0.35% | 0.36% | - |
| HSV(B) | 120.91º | 0.52% | 0.49% | - |
| XYZ | 10.17 | 16.22 | 7.01 | - |
| YUV | 98.86 | 106.63 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 126 | 61 | 0.52 | 0 | 0.52 | 0.51 | 120.91 | 0.35 | 0.36 |
| Hex | 3C | 7E | 3D | 34 | 0 | 34 | 33 | 79 | 23 | 24 |
| Octal | 74 | 176 | 75 | 64 | 0 | 64 | 63 | 171 | 43 | 44 |
| Binary | 111100 | 1111110 | 111101 | 110100 | 0 | 110100 | 110011 | 1111001 | 100011 | 100100 |
Color Harmonies of #3C7E3D
Complementary color
Monochromatic Colors of #3C7E3D
Black with #3C7E3D
Text Example
Text Example
White with #3C7E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7E3D; }
p { color: rgb(60,126,61); }
H1.HeaderClassName
{
color: #3C7E3D;
}
.AnyTagClassName
{
color: #3C7E3D;
}
</style>
background-color css
<style>
a { background-color: #3C7E3D; }
a { background-color: rgb(60,126,61); }
div.DivClassName
{
background-color: #3C7E3D;
}
.BgClassName
{
background-color: #3C7E3D;
}
</style>
border-color css
<style>
span { border-color: #3C7E3D; }
span { border-color: rgb(60,126,61); }
td.TdClassName
{
border-color: #3C7E3D;
}
.TagClassName
{
border-color: #3C7E3D;
}
</style>