Shades of Japanese Laurel #317E41
Tints of Japanese Laurel #317E41
RGB
CMYK
RGB Variations
Color information
#317E41 (or 0x317E41) is known color: Japanese Laurel. HEX triplet: 31, 7E and 41. RGB value is (49,126,65). Sum of RGB (Red+Green+Blue) = 49+126+65=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 126 (49.61% from 255 or 52.5% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 126 - color contains mainly: green. Hex color #317E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317E41 is #CE81BE. Grayscale: #606060. Windows color (decimal): -13533631 or 4292145. OLE color: 4292145.
HSL color Cylindrical-coordinate representation of color #317E41: hue angle of 132.47º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317E41 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 126 | 65 | - |
| CMYK | 0.61 | 0 | 0.48 | 0.51 |
| HSL | 132.47º | 0.44% | 0.34% | - |
| HSV(B) | 132.47º | 0.61% | 0.49% | - |
| XYZ | 9.68 | 15.96 | 7.57 | - |
| YUV | 96.02 | 110.49 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 126 | 65 | 0.61 | 0 | 0.48 | 0.51 | 132.47 | 0.44 | 0.34 |
| Hex | 31 | 7E | 41 | 3D | 0 | 30 | 33 | 84 | 2C | 22 |
| Octal | 61 | 176 | 101 | 75 | 0 | 60 | 63 | 204 | 54 | 42 |
| Binary | 110001 | 1111110 | 1000001 | 111101 | 0 | 110000 | 110011 | 10000100 | 101100 | 100010 |
Color Harmonies of #317E41
Complementary color
Monochromatic Colors of #317E41
Black with #317E41
Text Example
Text Example
White with #317E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317E41; }
p { color: rgb(49,126,65); }
H1.HeaderClassName
{
color: #317E41;
}
.AnyTagClassName
{
color: #317E41;
}
</style>
background-color css
<style>
a { background-color: #317E41; }
a { background-color: rgb(49,126,65); }
div.DivClassName
{
background-color: #317E41;
}
.BgClassName
{
background-color: #317E41;
}
</style>
border-color css
<style>
span { border-color: #317E41; }
span { border-color: rgb(49,126,65); }
td.TdClassName
{
border-color: #317E41;
}
.TagClassName
{
border-color: #317E41;
}
</style>