Shades of Japanese Laurel #317D34
Tints of Japanese Laurel #317D34
RGB
CMYK
RGB Variations
Color information
#317D34 (or 0x317D34) is known color: Japanese Laurel. HEX triplet: 31, 7D and 34. RGB value is (49,125,52). Sum of RGB (Red+Green+Blue) = 49+125+52=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 125 (49.22% from 255 or 55.31% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 125 - color contains mainly: green. Hex color #317D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317D34 is #CE82CB. Grayscale: #5E5E5E. Windows color (decimal): -13533900 or 3439921. OLE color: 3439921.
HSL color Cylindrical-coordinate representation of color #317D34: hue angle of 122.37º 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 #317D34 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 125 | 52 | - |
| CMYK | 0.61 | 0 | 0.58 | 0.51 |
| HSL | 122.37º | 0.44% | 0.34% | - |
| HSV(B) | 122.37º | 0.61% | 0.49% | - |
| XYZ | 9.22 | 15.57 | 5.77 | - |
| YUV | 93.95 | 104.32 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 125 | 52 | 0.61 | 0 | 0.58 | 0.51 | 122.37 | 0.44 | 0.34 |
| Hex | 31 | 7D | 34 | 3D | 0 | 3A | 33 | 7A | 2C | 22 |
| Octal | 61 | 175 | 64 | 75 | 0 | 72 | 63 | 172 | 54 | 42 |
| Binary | 110001 | 1111101 | 110100 | 111101 | 0 | 111010 | 110011 | 1111010 | 101100 | 100010 |
Color Harmonies of #317D34
Complementary color
Monochromatic Colors of #317D34
Black with #317D34
Text Example
Text Example
White with #317D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317D34; }
p { color: rgb(49,125,52); }
H1.HeaderClassName
{
color: #317D34;
}
.AnyTagClassName
{
color: #317D34;
}
</style>
background-color css
<style>
a { background-color: #317D34; }
a { background-color: rgb(49,125,52); }
div.DivClassName
{
background-color: #317D34;
}
.BgClassName
{
background-color: #317D34;
}
</style>
border-color css
<style>
span { border-color: #317D34; }
span { border-color: rgb(49,125,52); }
td.TdClassName
{
border-color: #317D34;
}
.TagClassName
{
border-color: #317D34;
}
</style>