Shades of Japanese Laurel #3C7E40
Tints of Japanese Laurel #3C7E40
RGB
CMYK
RGB Variations
Color information
#3C7E40 (or 0x3C7E40) is known color: Japanese Laurel. HEX triplet: 3C, 7E and 40. RGB value is (60,126,64). Sum of RGB (Red+Green+Blue) = 60+126+64=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 126 (49.61% from 255 or 50.4% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 126 - color contains mainly: green. Hex color #3C7E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7E40 is #C381BF. Grayscale: #636363. Windows color (decimal): -12812736 or 4226620. OLE color: 4226620.
HSL color Cylindrical-coordinate representation of color #3C7E40: hue angle of 123.64º 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 #3C7E40 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 126 | 64 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.51 |
| HSL | 123.64º | 0.35% | 0.36% | - |
| HSV(B) | 123.64º | 0.52% | 0.49% | - |
| XYZ | 10.25 | 16.25 | 7.45 | - |
| YUV | 99.2 | 108.13 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 126 | 64 | 0.52 | 0 | 0.49 | 0.51 | 123.64 | 0.35 | 0.36 |
| Hex | 3C | 7E | 40 | 34 | 0 | 31 | 33 | 7C | 23 | 24 |
| Octal | 74 | 176 | 100 | 64 | 0 | 61 | 63 | 174 | 43 | 44 |
| Binary | 111100 | 1111110 | 1000000 | 110100 | 0 | 110001 | 110011 | 1111100 | 100011 | 100100 |
Color Harmonies of #3C7E40
Complementary color
Monochromatic Colors of #3C7E40
Black with #3C7E40
Text Example
Text Example
White with #3C7E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7E40; }
p { color: rgb(60,126,64); }
H1.HeaderClassName
{
color: #3C7E40;
}
.AnyTagClassName
{
color: #3C7E40;
}
</style>
background-color css
<style>
a { background-color: #3C7E40; }
a { background-color: rgb(60,126,64); }
div.DivClassName
{
background-color: #3C7E40;
}
.BgClassName
{
background-color: #3C7E40;
}
</style>
border-color css
<style>
span { border-color: #3C7E40; }
span { border-color: rgb(60,126,64); }
td.TdClassName
{
border-color: #3C7E40;
}
.TagClassName
{
border-color: #3C7E40;
}
</style>