Shades of Japanese Laurel #317E3E
Tints of Japanese Laurel #317E3E
RGB
CMYK
RGB Variations
Color information
#317E3E (or 0x317E3E) is known color: Japanese Laurel. HEX triplet: 31, 7E and 3E. RGB value is (49,126,62). Sum of RGB (Red+Green+Blue) = 49+126+62=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 126 (49.61% from 255 or 53.16% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 126 - color contains mainly: green. Hex color #317E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317E3E is #CE81C1. Grayscale: #5F5F5F. Windows color (decimal): -13533634 or 4095537. OLE color: 4095537.
HSL color Cylindrical-coordinate representation of color #317E3E: hue angle of 130.13º 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 #317E3E is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 126 | 62 | - |
| CMYK | 0.61 | 0 | 0.51 | 0.51 |
| HSL | 130.13º | 0.44% | 0.34% | - |
| HSV(B) | 130.13º | 0.61% | 0.49% | - |
| XYZ | 9.6 | 15.92 | 7.12 | - |
| YUV | 95.68 | 108.99 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 126 | 62 | 0.61 | 0 | 0.51 | 0.51 | 130.13 | 0.44 | 0.34 |
| Hex | 31 | 7E | 3E | 3D | 0 | 33 | 33 | 82 | 2C | 22 |
| Octal | 61 | 176 | 76 | 75 | 0 | 63 | 63 | 202 | 54 | 42 |
| Binary | 110001 | 1111110 | 111110 | 111101 | 0 | 110011 | 110011 | 10000010 | 101100 | 100010 |
Color Harmonies of #317E3E
Complementary color
Monochromatic Colors of #317E3E
Black with #317E3E
Text Example
Text Example
White with #317E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317E3E; }
p { color: rgb(49,126,62); }
H1.HeaderClassName
{
color: #317E3E;
}
.AnyTagClassName
{
color: #317E3E;
}
</style>
background-color css
<style>
a { background-color: #317E3E; }
a { background-color: rgb(49,126,62); }
div.DivClassName
{
background-color: #317E3E;
}
.BgClassName
{
background-color: #317E3E;
}
</style>
border-color css
<style>
span { border-color: #317E3E; }
span { border-color: rgb(49,126,62); }
td.TdClassName
{
border-color: #317E3E;
}
.TagClassName
{
border-color: #317E3E;
}
</style>