Shades of Japanese Laurel #318C38
Tints of Japanese Laurel #318C38
RGB
CMYK
RGB Variations
Color information
#318C38 (or 0x318C38) is known color: Japanese Laurel. HEX triplet: 31, 8C and 38. RGB value is (49,140,56). Sum of RGB (Red+Green+Blue) = 49+140+56=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 140 (55.08% from 255 or 57.14% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 140 - color contains mainly: green. Hex color #318C38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318C38 is #CE73C7. Grayscale: #676767. Windows color (decimal): -13530056 or 3705905. OLE color: 3705905.
HSL color Cylindrical-coordinate representation of color #318C38: hue angle of 124.62º 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 #318C38 is Cyan = 0.65, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 140 | 56 | - |
| CMYK | 0.65 | 0 | 0.6 | 0.45 |
| HSL | 124.62º | 0.48% | 0.37% | - |
| HSV(B) | 124.62º | 0.65% | 0.55% | - |
| XYZ | 11.36 | 19.69 | 6.94 | - |
| YUV | 103.22 | 101.35 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 140 | 56 | 0.65 | 0 | 0.6 | 0.45 | 124.62 | 0.48 | 0.37 |
| Hex | 31 | 8C | 38 | 41 | 0 | 3C | 2D | 7D | 30 | 25 |
| Octal | 61 | 214 | 70 | 101 | 0 | 74 | 55 | 175 | 60 | 45 |
| Binary | 110001 | 10001100 | 111000 | 1000001 | 0 | 111100 | 101101 | 1111101 | 110000 | 100101 |
Color Harmonies of #318C38
Complementary color
Monochromatic Colors of #318C38
Black with #318C38
Text Example
Text Example
White with #318C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318C38; }
p { color: rgb(49,140,56); }
H1.HeaderClassName
{
color: #318C38;
}
.AnyTagClassName
{
color: #318C38;
}
</style>
background-color css
<style>
a { background-color: #318C38; }
a { background-color: rgb(49,140,56); }
div.DivClassName
{
background-color: #318C38;
}
.BgClassName
{
background-color: #318C38;
}
</style>
border-color css
<style>
span { border-color: #318C38; }
span { border-color: rgb(49,140,56); }
td.TdClassName
{
border-color: #318C38;
}
.TagClassName
{
border-color: #318C38;
}
</style>