Shades of Japanese Laurel #3C7E38
Tints of Japanese Laurel #3C7E38
RGB
CMYK
RGB Variations
Color information
#3C7E38 (or 0x3C7E38) is known color: Japanese Laurel. HEX triplet: 3C, 7E and 38. RGB value is (60,126,56). Sum of RGB (Red+Green+Blue) = 60+126+56=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 126 (49.61% from 255 or 52.07% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 126 - color contains mainly: green. Hex color #3C7E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7E38 is #C381C7. Grayscale: #626262. Windows color (decimal): -12812744 or 3702332. OLE color: 3702332.
HSL color Cylindrical-coordinate representation of color #3C7E38: hue angle of 116.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C7E38 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 126 | 56 | - |
| CMYK | 0.52 | 0 | 0.56 | 0.51 |
| HSL | 116.57º | 0.38% | 0.36% | - |
| HSV(B) | 116.57º | 0.56% | 0.49% | - |
| XYZ | 10.04 | 16.17 | 6.33 | - |
| YUV | 98.29 | 104.13 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 126 | 56 | 0.52 | 0 | 0.56 | 0.51 | 116.57 | 0.38 | 0.36 |
| Hex | 3C | 7E | 38 | 34 | 0 | 38 | 33 | 75 | 26 | 24 |
| Octal | 74 | 176 | 70 | 64 | 0 | 70 | 63 | 165 | 46 | 44 |
| Binary | 111100 | 1111110 | 111000 | 110100 | 0 | 111000 | 110011 | 1110101 | 100110 | 100100 |
Color Harmonies of #3C7E38
Complementary color
Monochromatic Colors of #3C7E38
Black with #3C7E38
Text Example
Text Example
White with #3C7E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7E38; }
p { color: rgb(60,126,56); }
H1.HeaderClassName
{
color: #3C7E38;
}
.AnyTagClassName
{
color: #3C7E38;
}
</style>
background-color css
<style>
a { background-color: #3C7E38; }
a { background-color: rgb(60,126,56); }
div.DivClassName
{
background-color: #3C7E38;
}
.BgClassName
{
background-color: #3C7E38;
}
</style>
border-color css
<style>
span { border-color: #3C7E38; }
span { border-color: rgb(60,126,56); }
td.TdClassName
{
border-color: #3C7E38;
}
.TagClassName
{
border-color: #3C7E38;
}
</style>