Shades of Japanese Laurel #318C40
Tints of Japanese Laurel #318C40
RGB
CMYK
RGB Variations
Color information
#318C40 (or 0x318C40) is known color: Japanese Laurel. HEX triplet: 31, 8C and 40. RGB value is (49,140,64). Sum of RGB (Red+Green+Blue) = 49+140+64=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 140 (55.08% from 255 or 55.34% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 140 - color contains mainly: green. Hex color #318C40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318C40 is #CE73BF. Grayscale: #686868. Windows color (decimal): -13530048 or 4230193. OLE color: 4230193.
HSL color Cylindrical-coordinate representation of color #318C40: hue angle of 129.89º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318C40 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 140 | 64 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.45 |
| HSL | 129.89º | 0.48% | 0.37% | - |
| HSV(B) | 129.89º | 0.65% | 0.55% | - |
| XYZ | 11.57 | 19.78 | 8.06 | - |
| YUV | 104.13 | 105.35 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 140 | 64 | 0.65 | 0 | 0.54 | 0.45 | 129.89 | 0.48 | 0.37 |
| Hex | 31 | 8C | 40 | 41 | 0 | 36 | 2D | 82 | 30 | 25 |
| Octal | 61 | 214 | 100 | 101 | 0 | 66 | 55 | 202 | 60 | 45 |
| Binary | 110001 | 10001100 | 1000000 | 1000001 | 0 | 110110 | 101101 | 10000010 | 110000 | 100101 |
Color Harmonies of #318C40
Complementary color
Monochromatic Colors of #318C40
Black with #318C40
Text Example
Text Example
White with #318C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318C40; }
p { color: rgb(49,140,64); }
H1.HeaderClassName
{
color: #318C40;
}
.AnyTagClassName
{
color: #318C40;
}
</style>
background-color css
<style>
a { background-color: #318C40; }
a { background-color: rgb(49,140,64); }
div.DivClassName
{
background-color: #318C40;
}
.BgClassName
{
background-color: #318C40;
}
</style>
border-color css
<style>
span { border-color: #318C40; }
span { border-color: rgb(49,140,64); }
td.TdClassName
{
border-color: #318C40;
}
.TagClassName
{
border-color: #318C40;
}
</style>