Shades of Japanese Laurel #318F41
Tints of Japanese Laurel #318F41
RGB
CMYK
RGB Variations
Color information
#318F41 (or 0x318F41) is known color: Japanese Laurel. HEX triplet: 31, 8F and 41. RGB value is (49,143,65). Sum of RGB (Red+Green+Blue) = 49+143+65=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 143 (56.25% from 255 or 55.64% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 143 - color contains mainly: green. Hex color #318F41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318F41 is #CE70BE. Grayscale: #6A6A6A. Windows color (decimal): -13529279 or 4296497. OLE color: 4296497.
HSL color Cylindrical-coordinate representation of color #318F41: hue angle of 130.21º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #318F41 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 143 | 65 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.44 |
| HSL | 130.21º | 0.49% | 0.38% | - |
| HSV(B) | 130.21º | 0.66% | 0.56% | - |
| XYZ | 12.04 | 20.68 | 8.36 | - |
| YUV | 106 | 104.86 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 143 | 65 | 0.66 | 0 | 0.55 | 0.44 | 130.21 | 0.49 | 0.38 |
| Hex | 31 | 8F | 41 | 42 | 0 | 37 | 2C | 82 | 31 | 26 |
| Octal | 61 | 217 | 101 | 102 | 0 | 67 | 54 | 202 | 61 | 46 |
| Binary | 110001 | 10001111 | 1000001 | 1000010 | 0 | 110111 | 101100 | 10000010 | 110001 | 100110 |
Color Harmonies of #318F41
Complementary color
Monochromatic Colors of #318F41
Black with #318F41
Text Example
Text Example
White with #318F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318F41; }
p { color: rgb(49,143,65); }
H1.HeaderClassName
{
color: #318F41;
}
.AnyTagClassName
{
color: #318F41;
}
</style>
background-color css
<style>
a { background-color: #318F41; }
a { background-color: rgb(49,143,65); }
div.DivClassName
{
background-color: #318F41;
}
.BgClassName
{
background-color: #318F41;
}
</style>
border-color css
<style>
span { border-color: #318F41; }
span { border-color: rgb(49,143,65); }
td.TdClassName
{
border-color: #318F41;
}
.TagClassName
{
border-color: #318F41;
}
</style>