Shades of Japanese Laurel #316E2E
Tints of Japanese Laurel #316E2E
RGB
CMYK
RGB Variations
Color information
#316E2E (or 0x316E2E) is known color: Japanese Laurel. HEX triplet: 31, 6E and 2E. RGB value is (49,110,46). Sum of RGB (Red+Green+Blue) = 49+110+46=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 110 (43.36% from 255 or 53.66% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 110 - color contains mainly: green. Hex color #316E2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316E2E is #CE91D1. Grayscale: #545454. Windows color (decimal): -13537746 or 3042865. OLE color: 3042865.
HSL color Cylindrical-coordinate representation of color #316E2E: hue angle of 117.19º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #316E2E is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 110 | 46 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.57 |
| HSL | 117.19º | 0.41% | 0.31% | - |
| HSV(B) | 117.19º | 0.58% | 0.43% | - |
| XYZ | 7.34 | 12 | 4.51 | - |
| YUV | 84.47 | 106.29 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 110 | 46 | 0.55 | 0 | 0.58 | 0.57 | 117.19 | 0.41 | 0.31 |
| Hex | 31 | 6E | 2E | 37 | 0 | 3A | 39 | 75 | 29 | 1F |
| Octal | 61 | 156 | 56 | 67 | 0 | 72 | 71 | 165 | 51 | 37 |
| Binary | 110001 | 1101110 | 101110 | 110111 | 0 | 111010 | 111001 | 1110101 | 101001 | 11111 |
Color Harmonies of #316E2E
Complementary color
Monochromatic Colors of #316E2E
Black with #316E2E
Text Example
Text Example
White with #316E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316E2E; }
p { color: rgb(49,110,46); }
H1.HeaderClassName
{
color: #316E2E;
}
.AnyTagClassName
{
color: #316E2E;
}
</style>
background-color css
<style>
a { background-color: #316E2E; }
a { background-color: rgb(49,110,46); }
div.DivClassName
{
background-color: #316E2E;
}
.BgClassName
{
background-color: #316E2E;
}
</style>
border-color css
<style>
span { border-color: #316E2E; }
span { border-color: rgb(49,110,46); }
td.TdClassName
{
border-color: #316E2E;
}
.TagClassName
{
border-color: #316E2E;
}
</style>