Shades of Japanese Laurel #317D40
Tints of Japanese Laurel #317D40
RGB
CMYK
RGB Variations
Color information
#317D40 (or 0x317D40) is known color: Japanese Laurel. HEX triplet: 31, 7D and 40. RGB value is (49,125,64). Sum of RGB (Red+Green+Blue) = 49+125+64=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 125 (49.22% from 255 or 52.52% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 125 - color contains mainly: green. Hex color #317D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317D40 is #CE82BF. Grayscale: #5F5F5F. Windows color (decimal): -13533888 or 4226353. OLE color: 4226353.
HSL color Cylindrical-coordinate representation of color #317D40: hue angle of 131.84º 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 #317D40 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 125 | 64 | - |
| CMYK | 0.61 | 0 | 0.49 | 0.51 |
| HSL | 131.84º | 0.44% | 0.34% | - |
| HSV(B) | 131.84º | 0.61% | 0.49% | - |
| XYZ | 9.53 | 15.69 | 7.38 | - |
| YUV | 95.32 | 110.32 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 125 | 64 | 0.61 | 0 | 0.49 | 0.51 | 131.84 | 0.44 | 0.34 |
| Hex | 31 | 7D | 40 | 3D | 0 | 31 | 33 | 84 | 2C | 22 |
| Octal | 61 | 175 | 100 | 75 | 0 | 61 | 63 | 204 | 54 | 42 |
| Binary | 110001 | 1111101 | 1000000 | 111101 | 0 | 110001 | 110011 | 10000100 | 101100 | 100010 |
Color Harmonies of #317D40
Complementary color
Monochromatic Colors of #317D40
Black with #317D40
Text Example
Text Example
White with #317D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317D40; }
p { color: rgb(49,125,64); }
H1.HeaderClassName
{
color: #317D40;
}
.AnyTagClassName
{
color: #317D40;
}
</style>
background-color css
<style>
a { background-color: #317D40; }
a { background-color: rgb(49,125,64); }
div.DivClassName
{
background-color: #317D40;
}
.BgClassName
{
background-color: #317D40;
}
</style>
border-color css
<style>
span { border-color: #317D40; }
span { border-color: rgb(49,125,64); }
td.TdClassName
{
border-color: #317D40;
}
.TagClassName
{
border-color: #317D40;
}
</style>